Re: Qpid JMS client able to send but not receive

2015-12-17 Thread Mark Soderquist
That was it. Simple error. -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-JMS-client-able-to-send-but-not-receive-tp7635452p7635454.html Sent from the Apache Qpid users mailing list archive at Nabble.com

Re: Qpid JMS client able to send but not receive

2015-12-17 Thread Timothy Bish
You need to call connection.start() in order to begin processing of incoming messages when dealing with JMS connections. On 12/17/2015 06:43 PM, Mark Soderquist wrote: > I have implemented a simple client with the qpid-jms-client 0.6.0 client > against Qpid 6.0.0 Java Broker. I have successfully

Qpid JMS client able to send but not receive

2015-12-17 Thread Mark Soderquist
I have implemented a simple client with the qpid-jms-client 0.6.0 client against Qpid 6.0.0 Java Broker. I have successfully been able to send messages but I am unable to consume messages. Everything works without error and I know that I am connecting because I see the consumer create events on