]
Martyn Taylor updated WFLY-10002:
---------------------------------
Labels: feature-branch-blocker (was: )
Incorrect number of messages on queue after remove of scheduled
message
-----------------------------------------------------------------------
Key: WFLY-10002
URL:
https://issues.jboss.org/browse/WFLY-10002
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Martin Styk
Assignee: Martyn Taylor
Labels: feature-branch-blocker
Removing scheduled message from queue cause incorrect number of messages reported by
{{count-messages}} operation.
It looks like the operation {{count-messages}} returns value equal to _actual number of
messages_ minus _number of removed scheduled messages_
*Scenario*
# send 1 message with _AMQ_SCHED_DELIVERY property set to several minutes
# remove scheduled emssage using CLI operation {{remove-message}}
# find out number of messages on queue using CLI operation {{count-messages}} - it
returns value -1
This is broker related issue. It is regression against Artemis 1.5.