Domenico Bruscino created ARTEMIS-2650:
------------------------------------------
Summary: The delivering count is wrong after reconnecting an
openwire client
Key: ARTEMIS-2650
URL: https://issues.apache.org/jira/browse/ARTEMIS-2650
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Domenico Bruscino
In an environment using OpenWire clients and messages sent by a CORE producer,
we see that messages get prefetched out to the consumer up to its prefetch
limit. However, after the client reconnects the delivering count is displayed
as prefetch+1.
After the consumer reconnection, the broker receives a message ack for a
message dispatched before the disconnection. This ack causes an invalid
acquiring of credits and a wrong message dispatching.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)