Eric Robinson created AMQ-5538:
----------------------------------
Summary: Queues not delivering messages
Key: AMQ-5538
URL: https://issues.apache.org/jira/browse/AMQ-5538
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.10.0, 5.9.0
Reporter: Eric Robinson
Priority: Minor
Queues can get into a state where they will not deliver messages to old or new
consumers.
Condition that this can occur.
Producer is sending persistent messages.
Producer is configured with a failover with just one broker.
Producer times out because of a network issue.
Broker is configured with persistence disabled.
There is a state when the producer will send a duplicate message to the queue
and cause the Queue to print a "Duplicate Message" message in the logs and
after that the Queue will stop providing messages to the consumers.
A work around for this is to configure all producers to send their messages
with persistence turned off.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)