rabbitmq / rabbitmq-stomp

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

Support x-queue-type argument #139

Closed acogoluegnes closed 4 years ago

acogoluegnes commented 4 years ago

To be able to use quorum queues. Note deliveries from a classic queue come with a context to inform back the queue about the handling of the message (credit flow). Deliveries from a quorum queue do have this context because quorum queues do not use credit flow. So supporting quorum queues is not just about propagating the type header to AMQP but needs also to handle both kinds of deliveries.

Fixes #138

(to merge when we know more about the motivation of using QQ with STOMP).

michaelklishin commented 4 years ago

Backported to v3.8.x.