> Btw - are you explicitly setting the SimpleDispatchPolicy for the Queue ?
Yes, I had this part in my activemq.xml: <policyEntry queue=">" producerFlowControl="false"> <dispatchPolicy> <simpleDispatchPolicy/> </dispatchPolicy> </policyEntry> Cheers, Jürgen.