I have a Jms war
deployed in weblogic server. If I update this war with a new version, until the first version going to retreat I have 2 war
that are using the same broker tcp://0.0.0.0:61616
.
It throw
javax.management.InstanceAlreadyExistsException: org.apache.activemq:type=Broker,brokerName=localhost
What I have to do for evict this address conflict?
I have to do it without remove old war and after install the new. Because the Jms must be always activate.