mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@371949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd156f833a
commit
b2039fb1c2
|
@ -175,7 +175,7 @@ abstract public class ActiveMQDestination extends JNDIBaseStorable implements Da
|
|||
if( i!=0 )
|
||||
sb.append(COMPOSITE_SEPERATOR);
|
||||
if( getDestinationType()==destinations[i].getDestinationType()) {
|
||||
sb.append(destinations[i].getQualifiedName());
|
||||
sb.append(destinations[i].getPhysicalName());
|
||||
} else {
|
||||
sb.append(destinations[i].getQualifiedName());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue