arindam-bandyopadhyay / issue-test

0 stars 0 forks source link

Load balancing for topic endpoints in a cluster #34

Closed arinban closed 6 years ago

arinban commented 6 years ago

A message driven bean that is deployed on an application server cluster is deployed on all instances of the cluster. If the bean is listening to a JMS topic destination for messages then there are N ( N is the number of instances in the cluster) separate subscribers for the same topic. This causes the same message being received and processed by all N instances in the cluster. This results in duplicay and also in-efficiency, which are some of the undesirable characteristics of reliable and highly available enterprise systems. In any production system, to achieve maximum throughput with reliability, a message should be received and processed by one and only one instance of the application in a cluster.

Environment

Operating System: All Platform: Sun

Affected Versions

[v1.5]

arinban commented 6 years ago

Original Issue:https://github.com/javaee/glassfish-genericjmsra/issues/27 Raised By:@glassfishrobot Created at:Thu Aug 17 02:15:15 IST 2006 Assigned To:@glassfishrobot

arinban commented 6 years ago

@glassfishrobot Commented on Thu Aug 17 02:15:15 IST 2006 Reported by rampsarathy

arinban commented 6 years ago

@glassfishrobot Commented on Fri Nov 03 03:27:54 IST 2006 rampsarathy said: Available in build 1.7.a with documentation

arinban commented 6 years ago

@glassfishrobot Commented on Thu Aug 17 02:15:15 IST 2006 Was assigned to rampsarathy

arinban commented 6 years ago

@glassfishrobot Commented on Mon Apr 24 13:02:36 IST 2017 This issue was imported from java.net JIRA GENERICJMSRA-27

arinban commented 6 years ago

@glassfishrobot Commented on Mon Sep 06 08:51:08 IST 2010 Marked as fixed on Sunday, September 5th 2010, 8:21:08 pm

arinban commented 6 years ago

@glassfishrobot Closed the issue on Mon Sep 06 08:51:08 IST 2010