This closes #439
This commit is contained in:
commit
cf4636e96c
|
@ -1239,7 +1239,7 @@ public class JMSServerManagerImpl implements JMSServerManager, ActivateCallback
|
|||
checkInitialised();
|
||||
List<String> registryBindings = connectionFactoryBindings.get(name);
|
||||
|
||||
if (registry != null) {
|
||||
if (registry != null && registryBindings != null) {
|
||||
for (String registryBinding : registryBindings) {
|
||||
registry.unbind(registryBinding);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue