This commit is contained in:
rajdavies 2013-09-06 14:02:10 +01:00
parent 8d31e44e8d
commit 5515b9be3f
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ public class MessageInterceptorRegistry {
}
private MessageInterceptorRegistry(){
this.brokerService=null;
this.brokerService=BrokerRegistry.getInstance().findFirst();
messageInterceptorRegistryMap.put(brokerService,this);
}
private MessageInterceptorRegistry(BrokerService brokerService) {