[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Client failover redeliveries discussion
timfox
do-not-reply at jboss.com
Tue Oct 24 03:24:38 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. 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)
|
Another reason why you can't transfer the contents is that it could very very slow. There may be 10s of millions of messages in the partial queue.
It shouldn't be too hard to extend the clustered post office to allow more than one local clustered queue on a cluster router instance.
anonymous wrote :
|
| but now I realize there might be a problem:
|
| What if another client is already subscribed to an existent queue. Can we have two clients with the same connectionID/subscriptionName?
Do you mean client id?
Why would this be a problem?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980278#3980278
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980278
More information about the jboss-dev-forums
mailing list