Stomp & temp-topic
Hi,
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