[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Client failover redeliveries discussion

timfox do-not-reply at jboss.com
Mon Oct 23 15:34:36 EDT 2006


"clebert.suconic at jboss.com" wrote : 
  | 
  | As far as I looked into the code, Postoffice will only accept one binding using a single name.
  | 
  | 

Correct. Also this applies to jms partial queues, not just durable subscriptions.

anonymous wrote : 
  |  We will be loading a Durable subscription from a dead node, where the current node could have the same subscription already existent (that's why I decided to transfer contents)
  | 

postoffice needs to be extended to be able to support more than one local queue with the same name

anonymous wrote : 
  | What if another client is already subscribed to an existent queue. Can we have two clients with the same connectionID/subscriptionName?

We need to cope with this too.

See, I told you server side failover wasn't trivial :)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980158#3980158

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980158



More information about the jboss-dev-forums mailing list