Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Specify order of delievery in JMS

843830Feb 6 2007 — edited Feb 16 2007
Hi All,

Is there any way to specify the order in which subscriber subscribed to a
Particular topic in pub/sub model would receive the event. For example if sub1,sub2,sub3 are
Subscribed to the same topic, and a event arrives at the Topic, Can I specify the
order like sub1.onMessage() should be called before sub2.onMessage(), and sub2().OnMessage() should be called before sub3.onMessage()

Thanks,
Dheeraj
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 16 2007
Added on Feb 6 2007
5 comments
133 views