Ranjith created AMQ-7460:
-----------------------------
Summary: CreateConsumer API Hangs
Key: AMQ-7460
URL: https://issues.apache.org/jira/browse/AMQ-7460
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.5.0
Environment: <destinationPolicy>
<policyMap>
<policyEntries>
<policyEntry topic=">" producerFlowControl="true" memoryLimit="20mb">
<pendingSubscriberPolicy>
<vmCursor />
</pendingSubscriberPolicy>
</policyEntry>
<policyEntry queue=">" producerFlowControl="true" memoryLimit="1mb">
<!-- Use VM cursor for better latency
For more information, see:
http://activemq.apache.org/message-cursors.html
<pendingQueuePolicy>
<vmQueueCursor/>
</pendingQueuePolicy>
-->
</policyEntry>
</policyEntries>
</policyMap>
</destinationPolicy>
Reporter: Ranjith
Hi Team,
We are facing below issue in ActiveMQ 5.5.0,
Create Consumer API hangs after running for some time. Please find the attache
activemq.xml configuration file.
Thanks,
Ranjith
--
This message was sent by Atlassian Jira
(v8.3.4#803005)