eandersson / amqpstorm

Thread-safe Python RabbitMQ Client & Management library
https://www.amqpstorm.io/
MIT License
186 stars 36 forks source link

Connection/Channel sharing across threads #122

Closed mimre25 closed 2 years ago

mimre25 commented 2 years ago

Hi,

I've previously been using pika for my AMQP needs, but ran into an issue with sharing a connection or channel across multiple threads.

Is this possible with amqpstorm?

eandersson commented 2 years ago

This would work fine with amqpstorm. Everything should be thread-safe (to the best of my knowledge at least).

mimre25 commented 2 years ago

Cool.

Thank you for the swift response.

I'll close this as my question is answered :slightly_smiling_face: