streamdal / plumber

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

[RabbitMQ] Support for the default exchange #364

Open rafaelelter opened 10 months ago

rafaelelter commented 10 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 9 months ago

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