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
[ ] Bug fix (non-breaking change which fixes issue #NNNN)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause an observable behavior change in existing systems)
[ ] Documentation improvements (corrections, new content, etc)
Command to continually consume broker events and stream them to the console. Two optional arguments:
duration
orpattern
. 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
becomesqueue.created
).Pairs: @michaelklishin @gerhard
Types of Changes
Checklist
CONTRIBUTING.md
document