How does RabbitMQ 4 handle Webstomp Queues #12345
-
Community Support Policy
RabbitMQ version used4.0.0-rc.1 How is RabbitMQ deployed?RPM package Steps to reproduce the behavior in questionHi guys, because of the release of RabbitMQ 4 and the deprecation notes I have an open Question about Webstomp. As I know Webstomp Queues in RabbitMQ 3.x are defined as exclusive queues. This means not the detailed implementation inside of RabbitMQ rather the concept and is there any relation which has to follow to use Webstomps in the new version or is it only an implementation change inside of the core of RabbitMQ 4 and we don't have to care about it? I could't find anything about this topic so I hope this thread will clarify the topic for all guys who use Webstomps with RabbitMQ. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Exclusive queues are not deprecated. Classic queues are not deprecated either. Mirroring is removed in 4.0 (after being deprecated for a few years). Classic queues are better than ever, they are just not replicated: https://www.rabbitmq.com/blog/2024/01/11/3.13-release |
Beta Was this translation helpful? Give feedback.
-
From
"Non-replicated classic queues remain and their development continues" sounds pretty Exclusive queues are not mentioned once in the release notes. @wetzesa where are you getting this from, that "exclusive queues are deprecated"? |
Beta Was this translation helpful? Give feedback.
Exclusive queues are not deprecated. Classic queues are not deprecated either. Mirroring is removed in 4.0 (after being deprecated for a few years).
Classic queues are better than ever, they are just not replicated: https://www.rabbitmq.com/blog/2024/01/11/3.13-release