Hi All,<br><br>I was able to get erlang client and erlang rabbitmq server to work successfully.&nbsp; I have few questions about channel access by erlang processes and certain flags in erlang client example that Ben blogged about.<br>
<br>According RabbitMQ Java Client Documentation: <br>While a Channel can be used by multiple threads, it&#39;s important to ensure <br>&nbsp;* that only one thread executes a command at once. Concurrent execution of<br>&nbsp;* commands will likely cause an UnexpectedFrameError to be thrown.<br>
<br>If you are using erlang client and that you spawn an erlang process for each message(concurrently), does it mean you have to create new channel/per erlang concurrent processes?<br><br>In addition, what does the following flags mean?<br>
auto_delete<br>consumer_tag<br>no_local<br>no_ack<br><br><br>thank you.<br>Joe<br>