« Return to Thread: Stomp & temp-topic

Re: Stomp & temp-topic

by Igor Bolic :: Rate this Message:

Reply to Author | View in Thread

Hello,

thanx for reply.

I finally managed to get it working. The problem is that i was
using ActiveMQ 4.1.1 and in this version you cannot use STOMP with temp-queue/topic . So i downloaded
latest developing build of ActiveMQ 5.0 and in this version STOMP supports also temp-queue/topic, so
everything work fine.

Regarding your problem, it seem that everything should work fine. I tested it and it worked for me. So, i guess the
problem is somewhere in your code. (If not yet) try using
one of these stomp clients:

https://svn.codehaus.org/stomp/trunk/php/

or

http://www.nabble.com/file/p10988110/Stomp5.php

Cheers!

Igor



On 8/13/07, Maximillian Dornseif <md@...> wrote:


Igor Bolic wrote:
>
> [...] problem is that when i'm using AciteMQ temp-topic name ( e.g.
> ID:someuser-xxxx-xxxxxxxxxxx:x:x:x),
> my reply message is not sent.
>
> Is it possible to send a reply message to java, using stomp to
> destination:
> "/topic/ID:someuser-xxxx-xxxxxxxxxxx:x:x:x"  ?
>

To my understanding of the ActiveMQ source in the development version you
can
use /temp-topic/ID:someuser-xxxx-xxxxxxxxxxx:x:x:x. Unfortunately so far I
was
unable to get this working.
See http://www.nabble.com/STOMP-and--temp-queue--tf4191237.html

Regards

Maximillian Dornseif
--
View this message in context: http://www.nabble.com/Stomp---temp-topic-tf4229780.html#a12121170
Sent from the stomp - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Stomp & temp-topic