At what point are you subscribing to the temp destination, before or
after you send the message?  

On Mon, 2007-07-30 at 23:51 -0700, Maximillian Dornseif wrote:
> 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

Reply via email to