aznamier / keycloak-event-listener-rabbitmq

Apache License 2.0
130 stars 51 forks source link

fix connection timeout block interface #31

Open nicolasiannarilli opened 1 year ago

nicolasiannarilli commented 1 year ago

RabbitMqEventListenerProviderFactory is called for each click on interface. Creating a connection in this factory is useless. It seems to be in the same thread as the interface and can block user if rabbitmq is down.

30