streamdal / plumber

A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.
https://streamdal.com
MIT License
2.08k stars 71 forks source link

[RabbitMQ] Support for the default exchange #364

Open rafaelelter opened 8 months ago

rafaelelter commented 8 months ago

What would you like to see added?

Support for RabbitMQ's default exchange (i.e. ""). Currently the application returns an error: exchange name cannot be empty.

Use Case

RabbitMQ's default exchange is still pretty common in small projects.

blinktag commented 8 months ago

@rafaelelter excellent idea! I will work on getting default exchanges working in plumber shortly