Results 1 to 2 of 2

Thread: Comsumer pooling in JMS

  1. #1
    Join Date
    Jan 2009
    Posts
    20

    Default Comsumer pooling in JMS

    I was going through how JMS can be configured using Springs. In one of my previous posts on consumer pooling in JMS I was told I can use any of these. Can anyone please highlight what are the pros and cons of each of these and when to use which.

    Also how to go about consumer side pooling in case I don't wish to use springs. Another thing I was told that it is difficult to do consumer pooling because
    "The main problem with consumer pooling is that if you don't consume
    messages when the broker dispatches them to the consumer, they will
    stay there until the consumer is closed. So you can not really have
    consumers waiting in a pool."

    My question is when can this scenario arise. Doesn't I have a Message listener registered always and isn't the listener suppsd to take care of handling each msg as and when it arrives.



    Regards
    Atin Sood
    Last edited by atinsood; Feb 16th, 2009 at 04:31 AM. Reason: enabling email notification

  2. #2
    Join Date
    Jan 2009
    Posts
    20

    Default Comsumer pooling in JMS

    Is anything wrong with the question, or anything that doesn't make sense. I am wondering why i sno one replying

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •