How to Specify order of delievery in JMS
843830Feb 6 2007 — edited Feb 16 2007Hi 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