Are you enabling AMQP 1.0 support on RabbitMQ via their plugin (RabbitMQ does not support AMQP 1.0 by default - see https://www.rabbitmq.com/protocols.html). The Qpid JMS client uses AMQP 1.0 only.
-- Rob On Thu, 11 Feb 2021 at 13:06, KOELMAN Herbert < herbert.koel...@soprasteria.com> wrote: > Hello, > > I'd like to connect to a RabbitMQ virtual host, but it's not quite clear > how I should setup my JMS connection. > > I'm using > > - RabbiMQ version 3.8.9 > > - Qipid-jms : 0.55.0 > > I thought it was just a matter of adding the virtual host name at the end > of the connection URL. But the magic didn't happen. > > To connect with virtual host tst, I use amqp://localhost:5672/tst. > > We are using this connection factory class > org.apache.qpid.jms.JmsConnectionFactory. > > Any idea ? > > Regards > > Herbert > > Il vaut mieux suivre le bon chemin en boitant que le mauvais d'un pas ferme > > Saint Augustin > >