https://issues.apache.org/bugzilla/show_bug.cgi?id=52034
--- Comment #2 from Philippe Mouawad <[email protected]> 2011-10-15 12:17:49 UTC --- There are many cases in fact for JMS Topics and Non Persistent messages: Durable Subscription: - A subscriber must receive all messages that were sent to topic even if it was down (Note that I opened a bug with AMQ regarding this, bug id is 52036) Non Durable subscription: - A subscriber only receives messages that are sent to topic while subscriber is up Read this: http://download.oracle.com/javaee/1.3/jms/tutorial/1_3_1-fcs/doc/advanced.html#1024758 Your case using Queues is not defined for me, it is strange that it even works. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
