RJMS vs AMQP Destinations without JNDI #531
-
Hi folks, We have been looking at utilizing the JMS client with an application that doesn't look up a JMS Essentially I am looking for confirmation that I haven't missed a way to do this. For example, the Apache Qpid JMS client defines a binding URL scheme that can be passed as the queue name to So in short, is it the case that if a JMS client does not get the Thanks very much for the help, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
You can use the
RMQDestination
constructor and the client library will declare the appropriate topology. See the documentation:https://rabbitmq.github.io/rabbitmq-jms-client/3.x/snapshot/htmlsingle/index.html#jms-amqp-rmqdestination-constructor
https://rabbitmq.github.io/rabbitmq-jms-client/3.x/snapshot/htmlsingle/index.html#jms-amqp-0-9-1-destination-definitions