That was it, thank you Dejan.
-Original Message-
From: chubr...@gmail.com [mailto:chubr...@gmail.com] On Behalf Of Dejan
Bosanac
Sent: 02 November 2009 16:42
To: users@activemq.apache.org
Subject: Re: Using Topics from PHP over Stomp
Hi Rob,
you have to send durable messages in order
Hi Rob,
you have to send durable messages in order to make this work.
Take a look at here
http://stomp.fusesource.org/documentation/php/book.html#_durable_subscribersfor
more info.
Also, you can take a look at examples/durable.php in PHP Stomp Client 1.0.0
Cheers
--
Dejan Bosanac - http://twitte
I'm trying to use Topics from PHP over Stomp. I can create a topic and a
durable subscriber through the web interface and my PHP consumer can
receive messages if it's connected to the topic when the message is
added. However, if a message is added to the topic when the consumer
isn't connected it n