Thanks for the reply, I made it working to send messages in the Camel SU directly to a JMS queue and not to a SU. However my problem now is the following:
I send JMS TextMessage which contains XML content. When my application receives the message it is not a TextMessage anymore, but an ActiveMQMessage. How can I get the XML content out of the ActiveMQMessage. I tried the getContent() method (see below) but this always returns null. I did not find any example for that. ByteSequence bs = ((ActiveMQMessage)message).getContent(); Furthermore the JMSCorrelationId and all other properties are also null when I retrieve it from the incoming message. Best regards, Robert Chris Custine (Apache) wrote: > > This should definitely work. Please post some log output or some other > information describing your issue so that we can help you. Just as an > obvious suggestion, make sure that you have the camel-jms jar file and the > jar file of your JMS provider in your SU. > > Chris > > -- View this message in context: http://www.nabble.com/Camel-transports-in-ServiceMix-tp16222771s22882p16240726.html Sent from the Camel - Users mailing list archive at Nabble.com.
