mirror of https://github.com/apache/activemq.git
fix typo in last remove, oops sorry
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1209538 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d04c10845c
commit
f260b17488
|
@ -330,8 +330,10 @@ public class RegionBroker extends EmptyBroker {
|
|||
topicRegion.removeDestination(context, destination, timeout);
|
||||
break;
|
||||
case ActiveMQDestination.TEMP_QUEUE_TYPE:
|
||||
tempQueueRegion.removeDestination(context, destination, timeout);
|
||||
break;
|
||||
case ActiveMQDestination.TEMP_TOPIC_TYPE:
|
||||
tempTopicRegion.removeDestination(context, destination, timeout);
|
||||
break;
|
||||
default:
|
||||
throw createUnknownDestinationTypeException(destination);
|
||||
|
|
Loading…
Reference in New Issue