cshannon commented on code in PR #2122:
URL: https://github.com/apache/activemq/pull/2122#discussion_r3421606004


##########
activemq-broker/src/main/java/org/apache/activemq/broker/BrokerService.java:
##########
@@ -200,6 +200,8 @@ public class BrokerService implements Service {
     private boolean useVirtualTopics = true;
     private boolean useMirroredQueues = false;
     private boolean useTempMirroredQueues = true;
+    private boolean allowTempDestinationStealing = false;

Review Comment:
   This doesn't make sense, policies get set on a destination hierarchy and 
temporary destinations by definition don't fit into any policy. There is no 
hierarchy with temporary destinations as the names are just client generated, 
this needs to be at the broker level.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to