cshannon commented on code in PR #2122:
URL: https://github.com/apache/activemq/pull/2122#discussion_r3422103319
##########
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:
Ah yes, I completely forgot there is even a flag for policy entries for
temp. I can move it, it likely doesn't matter much either way as most people
are unlikely to change the default given the java client already blocks it.
--
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