Handling messages with a store-based message cursor will hang producers
-----------------------------------------------------------------------
Key: AMQ-2002
URL: https://issues.apache.org/activemq/browse/AMQ-2002
Project: ActiveMQ
Issue Type: Bug
Components: Message Store
Affects Versions: 5.2.0, 5.1.0
Environment: AcitveMQ5.3-snapshot
Reporter: Lurga
Fix For: 5.3.0
Attachments: StoreBasedCursorTest.java
When memory of the broker reaches its limit, the store-based cursor will page
messages to temporary files or store them to a database ,thus the producer can
send messages again. But if we set the destination policy with a low limit of
memory, the producer will be hung because the store-based cursor will do
nothing.
I have attached a junit test case to show these diverse results.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.