History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-1644
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Mina Nesiem
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

Using NON_PERSISTENT delivery mode increases MemoryPercentageUsed to 100% and block sending

Created: 07/Apr/08 11:06 AM   Updated: 09/Apr/08 07:00 AM
Component/s: JMS client
Affects Version/s: 5.0.0
Fix Version/s: 5.1.0

Time Tracking:
Not Specified


 Description  « Hide
I'm creating pub/sub application and when I set the DeliveryMode to NON_PERSISTENT in the message produce, the MemoryPercentageUsed increased until it reached 100% and the send will be blocked on waitForSpace().

For the same application if I set the DeliveryMode to PERSISTENT, every thing works fine and MemoryPercentageUsed remains at 0%



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Hiram Chirino - 09/Apr/08 07:00 AM
There was some bad usage accounting in 5.0 which has now been fixed. Should make it into the 5.1 release. Please re-test against trunk if you get a chance.