Yes, an InvalidClientIDException is thrown on duplicate ID.
It's not possible to have more than one consumer for a durable subscription
- that's a weakness of durable subscriptions, although it's actually more of
a Topic vs Queue isssue. Look at VirtualTopic's to get the semantics of
durable cons
Please respond
--
View this message in context:
http://activemq.2283324.n4.nabble.com/javax-jms-InvalidClientIDException-with-maxConnection-in-pooledConnectionFactory-tp4680549p4680607.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
So if the consumer tries to create more than one connection. It will get
"InvalidClientIDException".
Does it mean that if a consumer is having durable subscription, it cannot
use "maxConnection" of PooledConnectionFactory ? Which is wrong.
Ideally broker should allow a durable consumer to have m
Yes, only one connection with a specific client id is allowed, as per the JMS
spec.
Sent from my iPhone
> On Apr 24, 2014, at 11:44 PM, "khandelwalanuj [via ActiveMQ]"
> wrote:
>
> Hi,
>
> ActiveMQ Broker: 5.8
>
> I am using "PooledConnectionFactory" with "maxConnections = 20" for my jav