Results 1 to 3 of 3

Thread: Load Balancing in JMS

  1. #1
    Join Date
    May 2010
    Posts
    1

    Default Load Balancing in JMS

    HI ,
    I need to implement load balancing in JMS arch.


    PFB the structure of my applications .


    Application 1 and Application 2 are placed on different weblogic servers.

    Application 3 is the common upstream for both the servers and is also placed on a different server .


    The mode of comm. Between app3 –app1 and app3-app2 is JMS .

    Appl3 should be uniformly distributing the requests to both the servers (appl2 and appl1) . How can this kind of load balancing implemented in weblogic 9.1 and on jms interface .

    I have tried using distributed queues but they can be used on the server only . Here all the applns are on different servers .

    Please help if you know the solution .

    Regards,
    Vaibhav

  2. #2
    Join Date
    May 2005
    Posts
    288

    Default

    Maybe you should ask this question on a forum for WebLogic JMS. Spring JMS doesn't cover configuration, so the chances of finding admins here are rather slim.
    Besides, there are open-source JMS implementations, that offer distributed access and load-balancing out of the box.

  3. #3
    Join Date
    Mar 2009
    Posts
    8

    Default

    Quote Originally Posted by F.Degenaar View Post
    Maybe you should ask this question on a forum for WebLogic JMS. Spring JMS doesn't cover configuration, so the chances of finding admins here are rather slim.
    Besides, there are open-source JMS implementations, that offer distributed access and load-balancing out of the box.
    how about creating a Queue in your jms server and let app 1 and app2 consume from that Queue, app 3 writing messages to the given Queue ?
    Queue would do load-balancing for multiple consumers.

Posting Permissions

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