[
https://issues.apache.org/activemq/browse/AMQ-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Davies reassigned AMQ-2002:
-------------------------------
Assignee: Rob Davies
> 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.1.0, 5.2.0
> Environment: AcitveMQ5.3-snapshot
> Reporter: Lurga
> Assignee: Rob Davies
> Fix For: 5.4.0
>
> Attachments: patch.txt, 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.