jbertram commented on issue #2802: ARTEMIS-2457 implement ring queue URL: https://github.com/apache/activemq-artemis/pull/2802#issuecomment-523519752 > In QPID both size in message count can be configured / or size in total bytes. I cannot see how we can set the latter? Only count is supported at this point. > What's the reason to make this a brand new queue type entirely over just making it something configurable... I was following the pattern established by the last-value queue implementation. I did consider just making it part of the queue implementation, but it seemed cleaner to separate out the ring code. > ...can we dynamically update the size, e.g. increase or decrease its limit, so that if incorrectly sized it can be tuned, without need of re-creating. There is no facility for changing the ring-size at this point. I'll look at adding that as it would be nice to have.
---------------------------------------------------------------- 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
