gemmellr commented on code in PR #4829:
URL: https://github.com/apache/activemq-artemis/pull/4829#discussion_r1497776160
##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/federation/AMQPFederation.java:
##########
@@ -151,6 +151,16 @@ public synchronized boolean isStarted() {
*/
public abstract int getLargeMessageThreshold();
+ /**
+ * @return the true if the federation should ignore filters on queue
consumers.
+ */
+ public abstract boolean isIgnoreQueueConsumerFilters();
+
+ /**
+ * @return the true if the federation should support priorities on queue
consumers.
Review Comment:
should ignore?
--
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]