stomp

PHP & SOAP what use is a message broker?

I'm working on a solution to make certain data from a large database available to a remote website. My first thought was to simply cook up some soap web services to fetch certain data from the database. This could be done in just a few line, for instance like this, with the user of Zend_Soap_Server: class MyClass { public function ...

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...

interested in zeroMQ but client binding options prove limiting

Hi, This is related to an earlier question I had asked about what sort of middleware one can use for developing a client/server app. Among the options suggested, I was intrigued by zeroMQ and its capabilities. Since morning, I have been researching on using zeroMQ for my application. However, since my client is a Adobe AIR/FLEX, I see...