ZF-7949: Zend_Queue_Adapter_Activemq should support ActiveMQ extensions to Stomp protocol
Description
You can check out http://activemq.apache.org/stomp.html for more information.
Especially useful is activemq.prefetchSize which sets prefetch size for current consumer. It helps to implement parallel message processing (http://activemq.apache.org/what-is-the-prefetch-li…, http://activemq.apache.org/i-do-not-receive-messag…). There is no other way to set this parameter via Stomp protocol.
Comments
Posted by Rob Allen (rob) on 2012-11-20T20:53:24.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.