I am using ActiveMQ version 5.0.0 . I create a stomp producer and add messages to a queue (does not matter if the messages are added as persistent or not, same behavior). I create a consumer to read from that queue. Once the consumer begins to read, the producer is slowed down drastically ( from 300 msgs/sec to like 10 msgs/sec). I have turned producer flow control off (policyEntry is shown below).
<policyEntry queue=">" producerFlowControl="false"> <dispatchPolicy> <strictOrderDispatchPolicy/> </dispatchPolicy> <subscriptionRecoveryPolicy> <lastImageSubscriptionRecoveryPolicy/> </subscriptionRecoveryPolicy> </policyEntry> Any ideas on why this is a problem? It is making queues basically unusable. -- View this message in context: http://www.nabble.com/Stomp-Client-tp15193453s2354p15193453.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.