Re: can not create MessageConsumer to RabbitMQ queue using qpid-client-0.30

2014-12-18 Thread Nathan Kunkee
On 12/18/2014 10:07 AM, Wayna Runa wrote: Hi everybody ! I am using Hello.java sample of qpid-client-0.30 to publish and consume messages from a RabbitMQ queue, but i get this error: --.--.--.--.--.--.--.--.--.--.--.--.--.--.--.-- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

Re: How to create a Destination to RabbitMQ custom exchange using qpid-client-0.30

2014-12-17 Thread Nathan Kunkee
On 12/17/2014 01:15 PM, Wayna Runa wrote: Thanks Nathan for your information. I tried with: destination.myDest1 = BURL:direct://ex_test1/rk_test1/ .. but I have not get to publish message in RabbitMQ queue. When I use the below destinations, using *amq.direct* exchange (internal and default e

Re: How to create a Destination to RabbitMQ custom exchange using qpid-client-0.30

2014-12-17 Thread Nathan Kunkee
On 12/17/2014 10:45 AM, Wayna Runa wrote: Hi there again! I am trying to connect to RabbitMQ queue (AMQP 0-9-1) via custom exchange using Destination (Binding URL) without success. I have tried several definitions of "destination", here my JNDI config: --.-- connectionfactory.myRabbitM

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 =

In memory/embedded Java client testing

2014-12-04 Thread Nathan Kunkee
Hi all, I have a project that successfully passes messages between Glassfish 4, Qpid 0.30 JCA adapter (see also the issues I logged), and RabbitMQ 3.3.4. I am now looking to add some integration tests in Java for the entire message flow, so through producers and consumers. As the InVM version

Re: Qpid with RabbitMQ and Glassfish4 SOLVED

2014-09-17 Thread Nathan Kunkee
On 09/15/2014 03:35 PM, Nathan Kunkee wrote: Hi all, I'm trying to get QPID JCA adapter, Glassfish, and RabbitMQ to work together. At this point, I believe that the Destination is not recreated correctly from the initial Queue when creating a MessageProducer. I can see in the log messages

Qpid with RabbitMQ and Glassfish4

2014-09-15 Thread Nathan Kunkee
ctually pushing a message I get the no route error. I do find it odd that the actual connection attempt believes I'm using an ADDR value when I setup a BURL queue. Any ideas? If nothing else, could the trivial patch below be applied? Thanks! Nathan Kunkee How did I get this to run on Glassfi