• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Delay in picking messages from Queue by MDB

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

I have developed an Enterprise Application (with the products :IBM WAS 5.1.1.8, Oracle 9i, IBM Websphere MQ 5.3) that contains MDB which picks request messages from the local queue and call a SLSB which sends the same to a cluster queue to get response. The SLSB will wait to get the response upto a certain seconds. Once the response is received the SLSB puts same into another local queue for Processing. Another MDB will pick the message from this response queue and process it in my local database. I use IBM's API to get the response from the cluster queue and to put the response into my local response queue. Everything goes fine upto this stage. But sometime the MDB which i assigned for the response queue gets delayed to pick the message by upto 1 minute. But when i check the queue, it contains the response messages. I think it may be because of resource problem. I set the max connection to 100 and min connection to 20 in connection pool for its queue connection factory.But still i am facing the same problem. Pls. let me know the things that i need to do inorder to come out from this issue.

I assigned the following values for the listener which picks the response message from the response local queue:

Maximum sessions : 5
Maximum retries : 2
Maximum messages : 1

[ November 05, 2006: Message edited by: Mohsin Kayal ]
[ November 08, 2006: Message edited by: Mohsin Kayal ]
 
Mohsin Kayal
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
NO REPLY FROM ANYONE. I KILLED THIS ISSUE SUCCESSFULLY BY READING SOME GOOD ARTICLES.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please don't shout at us in all-uppercase letters; that's considered impolite all over the 'net.

Would you mind sharing the URLs of the articles that you found helpful, so that others have a chance to learn, too? (That may also enable people to answer this question the next time it comes up. :cool )
 
get schwifty. tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic