Greetings.
I'm just trying to run some php examples with Stomp. I have created a broker
in port 61616. But, when i try to run the connectivity.php example that
comes in the stomp bundle, i get an 500 error. To be more precise, an error
in this line:
$frame = $this->readFrame();
Well, i t
I'm using ServiceMix and activemq broker to transport messages between
services deployed in ServiceMix. I'm observing a round robining pattern in
the order in which activemq chooses the concurrent consumers to push the
messages to. This seems to be the case even when the prefetch is modified to
1.
ActiveMQ web console allows to get a RSS feed of a queue,
the elements or of a given item contains the date of
when the rss have been requested while I would expect them to contain the
timestamp of the message (when it has been published).
Is there any way to change this behaviour.
Is there any