Looking forward for an answer.....<br><br>On Monday, September 24, 2012 3:14:11 PM UTC+1, Tiago Alves wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi,<div><br></div><div>I'm trying to perform an RPC with RabbitMQ's STOMP adapter. As the client lib I'm using the STOMP over WebSocket (<a href="https://github.com/jmesnil/stomp-websocket/" target="_blank">https://github.com/jmesnil/<wbr>stomp-websocket/</a>)&nbsp;library.</div><div><br></div><div>From the documentation (<a href="http://www.rabbitmq.com/stomp.html#d.tqd" target="_blank">http://www.rabbitmq.com/<wbr>stomp.html#d.tqd</a>) I see that I have to set the reply-to header. I've done that by specifying something like "reply-to: /temp-queue/foo" and I saw in my server-side client (node-amqp) that the replyTo header is set correctly (example:&nbsp;replyTo: '/reply-queue/amq.gen-<wbr>w2jykNGp4DNDBADm3C4Cdx'). Still in my server-side client, I can reply to the message just by publishing a message to "/reply-queue/amq.gen-<wbr>w2jykNGp4DNDBADm3C4Cdx".</div><div><br></div><div>However, how do I get this reply it in my client code where the RPC call was initiated? The documentation states "<span style="color:rgb(51,51,51);font-family:'Courier New',Courier,monospace;white-space:nowrap;line-height:18px">SEND</span><span style="color:rgb(85,85,85);font-family:Verdana,sans-serif;line-height:18px">&nbsp;and&nbsp;</span><span style="color:rgb(51,51,51);font-family:'Courier New',Courier,monospace;white-space:nowrap;line-height:18px">SUBSCRIBE</span><span style="color:rgb(85,85,85);font-family:Verdana,sans-serif;line-height:18px">&nbsp;frames&nbsp;</span><strong style="color:black;font-weight:normal;font-family:Verdana,sans-serif;line-height:18px"><em>mus<wbr>t not</em></strong><span style="color:rgb(85,85,85);font-family:Verdana,sans-serif;line-height:18px">&nbsp;contain&nbsp;</span><span style="color:rgb(51,51,51);font-family:'Courier New',Courier,monospace;white-space:nowrap;line-height:18px">/temp-queue</span><span style="color:rgb(85,85,85);font-family:Verdana,sans-serif;line-height:18px">&nbsp;<wbr>destinations (...)&nbsp;</span><span style="color:rgb(85,85,85);font-family:Verdana,sans-serif;line-height:18px">subscriptions to reply queues are created automatically."</span></div><div><div><br></div><div>So, how do I subscribe to the reply-to queue? How can I get the results of RPC calls?</div></div><div><br></div><div>Thanks in advance.</div><div><br></div></blockquote>