We use fuse-message-broker-5.0.0.9, which we use to create a connection
factory. And after running the service for sometime, we can't connect to the
Activemq(new Sessions). It will give and error saying we are trying to
connect from the same clientId.
Please see the stack strace below.
javax.jms.
Thanks for ur reply Sachindra, actually we create ActiveMQConnection factory
in only one place, and this error won't pop up till we run it for some
longer period. Thats why we thought that it should have some connection with
the bug.
Thanks for the reply and reagards
Kalana
Sachindra
r the reply and reagards
Kalana
Sachindra Nath wrote:
>
> Hi Kalana,
>Check for a code/configuration that sets the client id, either on the
> ActiveMQConnectionFactory or on an ActiveMQConnection. The client id
> should
> be unique among the connected clients (as per the JMS