On 19 August 2015 at 16:16, Gordon Sim <[email protected]> wrote: > On 08/19/2015 04:08 PM, hcy wrote: >> >> 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. > > > This, along with your previous tracing of the exception to the fact that the > message property "HORNETQ_PROTON_MESSAGE_FORMAT" was not set, suggests to me > that the version of hornetq you are using doesn't convert messages sent in > another protocol into an AMQP format. >
I think Gordon hit the nail on the head. > You could perhaps try with ActiveMQ Artemis, which is based on the hornetq > codebase and has perhaps seen improvements in that area(?) > I can't say I have tried this with Artemis, but I do know the AMQP support did changed a lot between the 2.4.5 that looks to have been used here and what became Artermis 1.0.0 following the donation of the codebase. A 1.1.0 release is due soon as well, based on discussion on the ActiveMQ mailing lists. Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
