mirror of https://github.com/apache/activemq.git
Use the same case as the Topic and Queue destinationType filters. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1133579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d34967bdd0
commit
6ad39a3615
|
@ -707,7 +707,7 @@ public class ManagedRegionBroker extends RegionBroker {
|
|||
String destinationName = "destinationName=";
|
||||
|
||||
if (producerInfo.getDestination() == null) {
|
||||
destinationType += "dynamic";
|
||||
destinationType += "Dynamic";
|
||||
destinationName = null;
|
||||
} else {
|
||||
destinationType += producerInfo.getDestination().getDestinationTypeAsString();
|
||||
|
|
Loading…
Reference in New Issue