Re: Cannot connect to RabbitMQ 3.3.5 using qpid-client-0.30

2014-12-17 Thread Wayna Runa
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

Re: Cannot connect to RabbitMQ 3.3.5 using qpid-client-0.30

2014-12-16 Thread Nathan Kunkee
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 =

Cannot connect to RabbitMQ 3.3.5 using qpid-client-0.30

2014-12-16 Thread Wayna Runa
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