Closed vaggelis2018 closed 3 years ago
That looks like your configuration of Keycloak is trying to send messages to exchange: registrations
but that does not exist on your Rabbit. Could you check that, and maybe share your current plugin configuration?
@aznamier Yeap this is actually my problem. I want to create the channel when starting keycloak. I tried to find a way to create it from rabbitmq configuration and I had no luck with it. If I boot first the listeners they create the channel and I can publish the events. But not before they start.
@vaggelis2018 I think the error says that you need to create the registrations
exchange manually in RabbitMQ Server console first. Make sure its a topic type. Or just use the default exchange without any settings.
This plugin will not auto create anything in RabbitMQ as this requires usage of admin API and it is out of scope of what plugin should do.
Hello I am using the latest version of keycloak-event-listener and I get the following error.
Is there any way to create the channel when starting the process with docker-compose. I tried to find a way to create the channel with the rabbitmq image but with no luck.
Thanks in advance.