RE: Using Topics from PHP over Stomp

2009-11-02 Thread rob_young
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

Re: Using Topics from PHP over Stomp

2009-11-02 Thread Dejan Bosanac
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

Using Topics from PHP over Stomp

2009-11-02 Thread rob_young
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