Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2458#discussion_r240419559
--- Diff:
artemis-jms-server/src/main/java/org/apache/activemq/artemis/jms/server/impl/JMSServerManagerImpl.java
---
@@ -1719,11 +1720,11 @@ public void callback(SimpleString queueName) throws
Exception {
@Override
public void callback(SimpleString address, SimpleString queueName)
throws Exception {
Queue queue = server.locateQueue(address);
- Collection<Binding> bindings =
server.getPostOffice().getBindingsForAddress(address).getBindings();
--- End diff --
Is there a master counterpart for this fix?
---