[rabbitmq-discuss] pika raise NotImplementedError

Gavin M. Roy gmr at myyearbook.com
Tue Dec 6 15:02:58 GMT 2011


On Tuesday, December 6, 2011 at 9:25 AM, gabriel adgeg wrote:
> 
> I have looked to our source code, and I found that we were using the same channel in two different threads.
> So I create a new channel (with its own SelectConnection) for the second thread... but the error is still raised.
> 
> 

You should keep the use of pika isolated per thread. IE don't reshare a connection or channel across threads. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111206/a7d36c62/attachment.htm>


More information about the rabbitmq-discuss mailing list