<div>Its a .net client.� I have an asynchronous sending requirement (I will queue these up via .Net), and a synchronous receive/subscribe.� Technically that&#39;s two threads.� So I wondered if a single Rabbit channel would crash if it tried to send and receive simultaneously.� Should I take the cautious approach?</div>
<div>�</div><div>-Steven<br><br></div><div class="gmail_quote">On 26 September 2011 13:43, Eugene Kirpichov <span dir="ltr">&lt;<a href="mailto:ekirpichov@gmail.com">ekirpichov@gmail.com</a>&gt;</span> wrote:<br><blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">
Which language&#39;s client are you talking about?<br>
.NET client is not thread safe, for example.<br>
<div><div></div><div class="h5"><br>
On Mon, Sep 26, 2011 at 4:41 PM, Steven Taylor &lt;<a href="mailto:taylste@gmail.com">taylste@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; just checking if sending in RabbitMQ is thread safe?<br>
&gt;<br>
&gt; Is it best to just open up a new channel if the instance needs to also<br>
&gt; consume?<br>
&gt;<br>
&gt; thanks,<br>
&gt; -Steven<br>
</div></div>&gt; _______________________________________________<br>
&gt; rabbitmq-discuss mailing list<br>
&gt; <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
&gt; <a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Eugene Kirpichov<br>
Principal Engineer, Mirantis Inc. <a href="http://www.mirantis.com/" target="_blank">http://www.mirantis.com/</a><br>
Editor, <a href="http://fprog.ru/" target="_blank">http://fprog.ru/</a><br>
</font></blockquote></div><br>