Hi All,
We have a route which gets messages from an MQ queue. We expect messages in
bytes, but always receive java.lang.String even when we set our route as
below:
<route id="queue-incoming">
<from
uri="jmsComponent:queue:test?jmsMessageType=Bytes&disableReplyTo=true"/>
<to uri="bean:imcomingMsgProcessor?method=saveMsg"/>
</route>
Does anybody have a clue what we did wrong or missing?
Thanks in advance for any help or hints on this issue.
--
View this message in context:
http://camel.465427.n5.nabble.com/Always-receive-String-Message-even-with-jmsMessageType-set-to-Bytes-tp5727563.html
Sent from the Camel - Users mailing list archive at Nabble.com.