Incorrect JMX properties after consuming msgs using stomp (with TX and client
ack)
----------------------------------------------------------------------------------
Key: AMQ-3493
URL: https://issues.apache.org/jira/browse/AMQ-3493
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.5.0
Reporter: Timothy Bish
Assignee: Timothy Bish
Priority: Minor
Fix For: 5.6.0
When the receive is done transactional using client ack mode, the JMX
properties of the broker are incorrect after the test:
EnqueueCount and DispatchCount are correct
Dequeue count is DispatchCount +1 (but should be DispatchCount)
InflightCount and QueueSize are -1 (but should be 0)
Messages get received correctly be the stomp consumer though.
Disabling either client ack mode or transactions in the stomp consumer does not
show the problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira