Description
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.