aznamier / keycloak-event-listener-rabbitmq

Apache License 2.0
127 stars 51 forks source link

reuse rabbitMQ connection and channel #27

Closed dcherix closed 1 year ago

dcherix commented 2 years ago

Problem:

Our rabbitMQ cluster is experiencing issues probably due to too many and too frequent user connections.

Solution:

Reuse the connection and channel of the rabbitMQ client to avoid to have to connect on every event.

aznamier commented 1 year ago

Amazing, thank you!