Replies: 1 comment 1 reply
-
If something hasn't been added in years there is often a reason for it: in the original protocol supported by RabbitMQ, "queue selectors" happen at a different stage that JMS assumes. It will take a while to get to a truly protocol agnostic core and then some more time for this client to be migrated to, say, use a different protocol (potentially streams). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of now, RMQSession still throw an exception when a new consumers to queues is created with selectors:
rabbitmq-jms-client/src/main/java/com/rabbitmq/jms/client/RMQSession.java
Line 834 in d8a716f
This is a definite use-case for JMS users trying to use this library to interface with RMQ
Beta Was this translation helpful? Give feedback.
All reactions