sensu / sensu-transport

The Sensu transport abstraction library.
MIT License
14 stars 19 forks source link

Use separate RabbitMQ connections for publish and subscribe #62

Closed portertech closed 5 years ago

portertech commented 5 years ago

Closes https://github.com/sensu/sensu-transport/issues/61

amdprophet commented 5 years ago

https://github.com/sensu/sensu-em/pull/13 fixes the exception we are seeing when running these changes under JRuby.

portertech commented 5 years ago

We have tested these changes in a production environment. These changes allow RabbitMQ flow control to work with Sensu as advertised 👍

portertech commented 5 years ago

These changes will double the number of RabbitMQ connections in every environment.

portertech commented 5 years ago

299