[jboss-user] [JBoss Messaging] - Re: getting messages by the order they were sent
timfox
do-not-reply at jboss.com
Sat May 10 05:25:34 EDT 2008
If you create a non durable subscriber it will only receive messages that are sent while that subscriber exists. That is *as per JMS spec*.
If you want to receive messages that were sent while the subscriber is not is connected, you need to use a durable subscriber.
Again, I would suggest reading the JMS spec for an understanding of the differences between durable and non durable subscribers.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149896#4149896
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149896
More information about the jboss-user
mailing list