• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MDBs behaviour in Cluster environment? need help

 
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have MDB in a cluster environment listening to MQ. I am confused about a few things about its operation.
If i have a pool of 10 MDBs and there are 10 messages inside the MQ. Would the appserver retrieve all the messages, assign to each MDB OR the messages will be Processed sequentially as first come first served?

How will the above scenario map to clusters. Will multiple messages me processed simultaneously among the clusters : Load Balancing?

Are there any known issues with MDBs processing the messages in clusters. Each node will have its own listener? Will in that case only one node be picking up messages while other only work incase of failover?

Thanks alot for reading through and appreciate your help and ideas.

GUL
 
Gul Khan
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anyone, Plz need help with this urgently. Thanks
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


MQ


Do you mean MQSeries or a Mesage Queue?

All your questions are vendor-implementation specific - I'd read your app server documentation, because there's no answer anyone can give which will suit all cases.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic