mirror of https://github.com/apache/activemq.git
activemq-optional - http transport - fixing problem with JMX connection name conflicts
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@769379 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
be4d64b18c
commit
d62860f98c
|
@ -57,7 +57,7 @@ public class BlockingQueueTransport extends TransportSupport {
|
||||||
|
|
||||||
|
|
||||||
public String getRemoteAddress() {
|
public String getRemoteAddress() {
|
||||||
return "blockingQueue";
|
return "blockingQueue_" + queue.hashCode();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void doStart() throws Exception {
|
protected void doStart() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue