[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Duplicated clientIds
clebert.suconic@jboss.com
do-not-reply at jboss.com
Thu May 3 16:09:00 EDT 2007
We have recently added a check on Duplicated ClientIDs based on integration tests:
- That we can't have two connections using the same ClientId.
Reading the JMS Spec, section 4.3.2, it clearly says that "such an attempt of sharing individual clients shouldn't result in messages being lost or doubly processed".
so, I read from that that there is no requirement from the spec about ClientIDs.. You could even have multiple Subscriptions with the same ID as long we share the load with them without creating duplications or loosing messages.
So.. we will be dropping that check.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042963#4042963
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042963
More information about the jboss-dev-forums
mailing list