git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@499032 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-01-23 14:29:26 +00:00
parent 28a7312f2e
commit 1a448be825
1 changed files with 2 additions and 1 deletions

View File

@ -377,7 +377,8 @@ public class ProtocolConverter {
(destination!=null && destination.equals(sub.getDestination()) ) (destination!=null && destination.equals(sub.getDestination()) )
) { ) {
sendToActiveMQ(sub.getConsumerInfo().createRemoveCommand(), createResponseHandler(command)); sendToActiveMQ(sub.getConsumerInfo().createRemoveCommand(), createResponseHandler(command));
return; iter.remove();
return;
} }
} }