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


##########
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:
   There is a PolicyEntry for setting options for temp queue and/or temp topic 
that covers all temp queues or topic destinations in one shot. 
   
   All other destination behaviors are there like memory, eviction policy, etc. 
feels like it’s a better fit overall



-- 
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