<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'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"><<a href="mailto:ekirpichov@gmail.com">ekirpichov@gmail.com</a>></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'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 <<a href="mailto:taylste@gmail.com">taylste@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> just checking if sending in RabbitMQ is thread safe?<br>
><br>
> Is it best to just open up a new channel if the instance needs to also<br>
> consume?<br>
><br>
> thanks,<br>
> -Steven<br>
</div></div>> _______________________________________________<br>
> rabbitmq-discuss mailing list<br>
> <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
> <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>
><br>
><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>