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:
Bosanac Dejan 2009-04-28 12:49:50 +00:00
parent be4d64b18c
commit d62860f98c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {