[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Semantics of no local for a durable subscription
ovidiu.feodorov@jboss.com
do-not-reply at jboss.com
Mon Sep 11 21:50:33 EDT 2006
A "no local" consumer (durable subscriptions included) doesn't receive message sent on its connection, as long as there is a connection. The moment a durable subscription's associated consumer is closed, the durable subscription ceases to have a logical association with any connection, so it's free to accept message from any producers on any connection.
When a new "no local" consumer for that durable subscription is created, then that subscription must not accept messages from producers sharing the connection with the new consumer. And so on. IMHO.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970870#3970870
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970870
More information about the jboss-dev-forums
mailing list