rabbitmq-jms-client
rabbitmq-jms-client copied to clipboard
RabbitMQ JMS client
The header is set on every message: * to 1 for each message which is not redelivered * to the value of the AMQP `x-delivery-count` header + 1 for a...
[JMS 3.1 Spec "Add new createDurableConsumer JMS 2.0 methods (JMS_SPEC-51)"](https://jakarta.ee/specifications/messaging/3.1/jakarta-messaging-spec-3.1.html#new-methods-to-create-a-session-jms_spec-45) References #180
[JMS 3.1 spec "A.3.6. New methods to create a session (JMS_SPEC-45)"](https://jakarta.ee/specifications/messaging/3.1/jakarta-messaging-spec-3.1.html#new-methods-to-create-a-session-jms_spec-45) References #180
[JMS Specification 3.1 "A.3.15. New method to extract the body directly from a Message (JMS_SPEC-101)"](https://jakarta.ee/specifications/messaging/3.1/jakarta-messaging-spec-3.1.html#new-method-to-extract-the-body-directly-from-a-message-jms_spec-101) References #180
Update just the dependency and throw `UnsupportedOperationException`s for each JMS 2.0 methods. References #180
The library creates a session-scoped durable JMS topic exchange for durable topic subscribers with a selector. It uses a UUID in the name. The exchange is not deleted between restarts...