Re: Reading HornetQ messages using Proton and Messaging API (.net)

2015-08-19 Thread hcy
I set the log level and log destination like so set QPID_LOG_ENABLE=trace+ set QPID_LOG_TO_FILE=c:\temp\qpid.log I ran the example again csharp.example.drain jms.queue.XXXQueue Note, the queue XXXQueue was created and written to elsewhere, using Spring JMS integration. I got the

Re: Reading HornetQ messages using Proton and Messaging API (.net)

2015-08-19 Thread hcy
More info on this: I was able to successfully run csharp.example.helloworld using an existing queue. Meaning I was able to read the message that was sent using the example code. I am unable to read a message which was sent using Spring JMS integration. -- View this message in context:

Reading HornetQ messages using Proton and Messaging API (.net)

2015-08-18 Thread hcy
I have downloaded and built qpid-proton-0.10.tar.gz and Qpid Messaging API. The goal is to read messages from HornetQ on a Windows environment. I am trying to run csharp.example.drain project, I was able to open the connection and create a session. However, I was never able to read a message -