• 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

Load Balancing in Websphere 6.x through MDB's

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Problem: If I put multiple messages on JMS then they should be distributed / load balanced between different servers in cluster for Websphere 6.x Network Deployment Manager.

Configuration: I have Deployment Manager Profile in Websphere 6.x in which an Application profile is federated having multiple servers, one is standalone server and two servers are part of cluster. JMS Queue, JMS Queue Connection Factory, JMS Activation Specification are created on Cluster level scope. SIB is created and Two Messaging Engine is created on each server in cluster, respective Messaging Engine Policy is also created for each.

Explanation:
I am having two EAR's in my application non-clustered.ear and clustered.ear, nonclustered.ear is deployed on standalone server and clustered.ear is deployed on clustered environment which are having two servers as a member.

I am putting message on JMS Queue configured on Cluster Level of scope from non-clustered.ear and MDB’s on clustered.ear will listen to that JMS Queue. When I put multiple messages on queue, all of them are picked by any one server in the cluster.

I want that if I put multiple messages on JMS then they should be distributed / load balanced between different servers in cluster.

 
Marshal
Posts: 28177
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Siddharth, I have taken the liberty of removing your e-mail address from your post. Please read this for more information: UseTheForumNotEmail.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic