mirror of
https://github.com/apache/activemq.git
synced 2025-02-26 12:05:59 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@392624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
973147afb0
commit
2373eb2d22
@ -186,7 +186,7 @@ public class ManagedRegionBroker extends RegionBroker{
|
||||
}
|
||||
|
||||
public void unregisterSubscription(Subscription sub){
|
||||
ObjectName name=(ObjectName) subscriptionMap.get(sub);
|
||||
ObjectName name=(ObjectName) subscriptionMap.remove(sub);
|
||||
if(name!=null){
|
||||
try{
|
||||
unregisterSubscription(name);
|
||||
@ -331,7 +331,7 @@ public class ManagedRegionBroker extends RegionBroker{
|
||||
try{
|
||||
c[i]=OpenTypeSupport.convert((Message) messages.get(i));
|
||||
}catch(Throwable e){
|
||||
e.printStackTrace();
|
||||
log.error("failed to browse : " + view,e);
|
||||
}
|
||||
}
|
||||
return c;
|
||||
|
Loading…
x
Reference in New Issue
Block a user