I'm trying to implement RPC over ActiveMQ using the STOMP protocol.  Probably
I'm missing the JMS background to fully understand what is supposed to
happen.

My client sends a message to '/queue/rpc.test' with the reply-to header set
to '/temp-queue/rpc.testreply'.
It also subscribes to '/temp-queue/rpc.testreply'.
My server receives the message from '/queue/rpc.test' and sends an answer to 
'/temp-queue/rpc.testreply'.

Unfortunately the client never sees the reply. I'm wondering if this is an
issue in my code or if I'm fundamentally wrong in how I use the temp-queue
feature.

Any hints?

Regards

Maximillian Dornseif
-- 
View this message in context: 
http://www.nabble.com/STOMP-and--temp-queue--tf4191237s2354.html#a11919058
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to