michaelandrepearce commented on a change in pull request #2802: ARTEMIS-2457 
implement ring queue
URL: https://github.com/apache/activemq-artemis/pull/2802#discussion_r315892030
 
 

 ##########
 File path: 
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/QueueQueryImpl.java
 ##########
 @@ -95,70 +97,7 @@ public QueueQueryImpl(final boolean durable,
                          final SimpleString name,
                          final boolean exists,
                          final boolean autoCreateQueues) {
-      this(durable, temporary, consumerCount, messageCount, filterString, 
address, name, exists, autoCreateQueues, -1, false, false, 
RoutingType.MULTICAST);
 
 Review comment:
   wont this be a breaking change removing the old api's if anyone is using 
CORE api directly? I appreciate its hidden for JMS users.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to