-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When the the following Configuration was set:<policyEntry queue="test"
producerFlowControl="true" useCache="true"
maxPageSize="25000" maxBrowsePageSize="500"
memoryLimit="250 mb"
prioritizedMessages="true"
useConsumerPriority="false"
optimizedDispatch="true"
lazyDispatch="false"
expireMessagesPeriod="5400000">And the broker was sent more messages than the specified maxBrowsePage, the Queue Browser in Hawtio changed its view based on the setting of prioritizedMessages.With prioritizedMessages="false" the messages in the queue browser would be shown with the first 500 messages sent to the queue.With prioritizedMessages="true" the messages in the queue browser would be shown with the first 500 messages sent to the queue, the messages shown in the queue browser appear random (even though all messages are essentially the same priority).
- relates to
-
ENTMQ-698 Removing messages in Hawtio console causes incorrect maxBrowsePageSize generation.
- Closed