I am testing RabbitMQ for suitability in a pub/sub application over multi data centre network.<br><br>Existing clients are using stomp so we need to stay on stomp if at all possible.&nbsp; I am trying to set up federation with stomp.&nbsp; Federation seems to work fine, in that the log tells me it has federated links to the 2 upstream exchanges that are set up in the .config file.&nbsp; And using amqp I can send to the upstream exchange and have a consumer pick it up off the downstream exchange.<br><br>When using stomp with a perl client set, I connect to the upstream exchange with destination /exchange/&lt;exchange name&gt; and get an auto-delete queue.&nbsp; I can configure a consumer client with the same destination and it pulls off the messages fine.&nbsp;&nbsp; The problem is that the consumer must be connected or any messages sent by the producer are lost.<br><br>Is there a way to have a non-auto delete queue on the upstream exchange that I can connect to via stomp?<br><br>Thanks<br>Patrick<br>