Using NON_PERSISTENT delivery mode increases MemoryPercentageUsed to 100% and
block sending
-------------------------------------------------------------------------------------------
Key: AMQ-1644
URL: https://issues.apache.org/activemq/browse/AMQ-1644
Project: ActiveMQ
Issue Type: Bug
Components: JMS client
Affects Versions: 5.0.0
Reporter: Mina Nesiem
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%
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.