Skip to content

Cannot consume internal events published to amq.rabbitmq.events #12053

Closed Locked Answered by michaelklishin
eliyosef578 asked this question in Other
Discussion options

You must be logged in to vote

Given the following enabled_plugins file:

[rabbitmq_management,rabbitmq_event_exchange].

and a 3.13.5 node started like so

RABBITMQ_ENABLED_PLUGINS_FILE=./enabled_plugins rabbitmq-server

I see the following in the rabbitmq-diagnostics status output:

Plugins

Enabled plugin file: ./enabled_plugins
Enabled plugins:

 * rabbitmq_event_exchange
 * rabbitmq_management
 * rabbitmq_management_agent
 * rabbitmq_web_dispatch
 * amqp_client
 * cowboy
 * cowlib
 * oauth2_client
 * jose

Then I bind a quorum queue with routing key # (which, for a topic exchange like amq.rabbitmq.event, matches everything) to it, using Bunny for client and a Ruby REPL as an alternative to writing a script:

# open a co…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@eliyosef578
Comment options

@michaelklishin
Comment options

@eliyosef578
Comment options

@eliyosef578
Comment options

@michaelklishin
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #12053 on August 19, 2024 14:15.