Incorrect number of active consumers in ActiveMQ
Hi, I'm playing around with ActiveMQ, connecting to it using Zend_Queue (and by extension Stomp). At present, the PHP script I've written, Connects to queueA and receives data from it. The data is then processed into another format. This result is then sent to two other seperate queues, queueB and queueC, for later further processing...