jbertram commented on a change in pull request #2802: ARTEMIS-2457 implement
ring queue
URL: https://github.com/apache/activemq-artemis/pull/2802#discussion_r316254409
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServer.java
##########
@@ -449,7 +449,7 @@ Queue createQueue(AddressInfo addressInfo, SimpleString
queueName, SimpleString
Queue createQueue(AddressInfo addressInfo, SimpleString queueName,
SimpleString filter,
SimpleString user, boolean durable, boolean temporary,
boolean autoCreated, Integer maxConsumers,
Boolean purgeOnNoConsumers, Boolean exclusive, Boolean
groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean
lastValue, SimpleString lastValueKey, Boolean nonDestructive,
- Integer consumersBeforeDispatch, Long
delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long
autoDeleteMessageCount, boolean autoCreateAddress) throws Exception;
+ Integer consumersBeforeDispatch, Long
delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long
autoDeleteMessageCount, boolean autoCreateAddress, Long ringSize) throws
Exception;
Review comment:
Will fix.
----------------------------------------------------------------
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