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:
Timothy A. Bish 2011-06-08 21:59:01 +00:00
parent d34967bdd0
commit 6ad39a3615
1 changed files with 1 additions and 1 deletions

View File

@ -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();