rabbitmq / rabbitmq-cli

Command line tools for RabbitMQ
Other
105 stars 34 forks source link

Consume event command #378

Closed dcorbacho closed 5 years ago

dcorbacho commented 5 years ago

Command to continually consume broker events and stream them to the console. Two optional arguments: duration or pattern. The pattern is a regular expression that can be used to filter the type of the events, exactly the same as the routing keys in https://github.com/rabbitmq/rabbitmq-event-exchange (i.e. queue_created becomes queue.created).

Pairs: @michaelklishin @gerhard

Types of Changes

Checklist