Hi Nathan,
This works!
In RabbitMQ was necessary:
- to create virtual host with "/", for example: "/MY_VIRTUAL_HOST".
- to create a queue in above virtual host
- to bind using a routing key with the same name of above queue
... and run Hello.java !
Regards.
- wr
On 12/16/2014 10:59 AM, Wayna Runa wrote:
Hi there,
I have modified the "Hello.java" sample of qpid-client-0.30 JMS client to
connect to RabbitMQ v3.3.5, but this does not work.
My JNDI config (hello.properties) is:
---.---
java.naming.factory.initial =
Hi there,
I have modified the "Hello.java" sample of qpid-client-0.30 JMS client to
connect to RabbitMQ v3.3.5, but this does not work.
My JNDI config (hello.properties) is:
---.---
java.naming.factory.initial =
org.apache.qpid.jndi.PropertiesFileInitialCo