rabbitmq / rabbitmq-stomp

RabbitMQ STOMP plugin
https://www.rabbitmq.com/stomp.html
Other
49 stars 28 forks source link

Override default exchange configuration #94

Closed jkubrynski closed 5 years ago

jkubrynski commented 8 years ago

Currently all STOMP messages are using amq.topic. It'll be great to be able to point them to configure STOMP plugin to use different exchange

michaelklishin commented 8 years ago

That's not really correct: you can use any exchange with the right kind of destination. I don't know if there's much value in configuring the exchange that's used "by default". So leaving this open with a "no-decision" label.

jkubrynski commented 8 years ago

@michaelklishin right, but this approach requires configuration changes on the application level. It'll be great to be able to override it in Rabbit

michaelklishin commented 8 years ago

@jkubrynski I still question how valuable that is. On the other hand it's a really small change so we will consider it.

cardosso commented 5 years ago

@michaelklishin So what was the decision? I think making this configurable makes sense.

michaelklishin commented 5 years ago

No objections to making this configurable.

cardosso commented 5 years ago

Nice, please make it happen :)

michaelklishin commented 5 years ago

This is open source software. Instead of asking others to make something happen you can do it yourself.

cardosso commented 5 years ago

If only rabbitmq wasn't coded in erlang... You said it that it was a really small change, for me I'd need to learn a new language, understand how the plugin works, find out what exacty needs to be changed so not exactly a small task.