|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Stomp & temp-topicHi,
I'm using Stomp to provide message service between Java and PHP. I'm setting temp-topic in Java, so i could read it in php to send a reply to. When i use test topic name, like "/topic/foo", everything works ok. But, 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" ? Kind regards. Igor |
|
|
Re: Stomp & temp-topicTo 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 |
|
|
Re: Stomp & temp-topicHello,
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:
|
| Free embeddable forum powered by Nabble | Forum Help |