Open rafaelelter opened 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.
exchange name cannot be empty
Use Case
RabbitMQ's default exchange is still pretty common in small projects.
@rafaelelter excellent idea! I will work on getting default exchanges working in plumber shortly
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.