rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
11.84k stars 3.9k forks source link

Add support for anonymous senders #2587

Open andreas-eberle opened 4 years ago

andreas-eberle commented 4 years ago

Quarkus 1.3 switched to using layered extension mechanism for their AMQP connections. This currently makes it impossible to use Quarkus with RabbitMQ-amqp1.0 plugin.

Please refer to the details in https://github.com/quarkusio/quarkus/issues/7885. Especially this comment https://github.com/quarkusio/quarkus/issues/7885#issuecomment-600037009.

Is it possible to add this functionality in this plugin?

michaelklishin commented 4 years ago

This is open-source software so you are welcome to add support for it.

How that might work with "anonymous" senders and no fixed target would take time to investigate. This is the first time I see this extension support mentioned.