<div dir="ltr">Hi<div><br></div><div>I need to get a handle on the routing key for the generated temporary queue when using web stomp. I can't get that from the JavaScript side.</div><div><br></div><div>My desired scenario for my event driven app.</div><div>1) Browser client opens a websocket connection to rabbitmq web stomp</div><div>2) When calling client.connect, the routing key is made available (example: amq.gen-oQVllULAASDvZdXsxFADHg). <b>Not working today?</b></div><div>3) The client can the send a HTTP REST request to our API with a command. Attaches the routing key from the previous step.</div><div>4) The request returns immediately after the message is delivered processed and placed on a queue.</div><div>5) After the server side processing is done (multiple systems involved), the routing key is finally used and the result is published back to the browser</div><div><br></div><div>I do not wish to send messages to the server from the browser over stomp, since we already have our REST API I want to use that. I already have strong authentication implemented there.<br></div><div><br></div><div>There is a fan-out exchange that all clients subscribe to. But I mostly want to send messages to one dedicated client at a time.</div><div><br></div><div>The documentation is very scarce on Web Stomp and I'm new to RabbitMQ and not particularly Erlang proficient. So I need some pointers.&nbsp;</div><div><br></div><div>Also, if there is a smarter way to do it, please do tell.</div><div><br></div><div>Best regards and thanks in advance!</div><div>/Magnus</div></div>