Anyone knows how to do a basic publish (asynchronous method, no syncing with broker) using erlang-client, either in amqp mode or erlang mode?<br><br>I have a queue and need to send message to the queue asynchronously and consumer will come along and process it.&nbsp; If you are doing publish-subscribe, do you define a queue like you do for sysnchronous method? <br>

<br>thank you,<br>Joe<br>