Re: Always receive String Message even with jmsMessageType set to Bytes

2013-02-14 Thread David Karlsen
heck if instanceof TextMessage, then its a text. If > instanceof BytesMessages its a bytes message etc. > > Under the hood its the JMS client, and in your case IBM WebSphere > being the JMS client. > > > > Any suggestions? > > > > > > > > > > -

Re: Always receive String Message even with jmsMessageType set to Bytes

2013-02-14 Thread Claus Ibsen
c. Under the hood its the JMS client, and in your case IBM WebSphere being the JMS client. > Any suggestions? > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Always-receive-String-Message-even-with-jmsMessageType-set-to-Bytes-tp5727563p5

Re: Always receive String Message even with jmsMessageType set to Bytes

2013-02-14 Thread yxzhao
://camel.465427.n5.nabble.com/Always-receive-String-Message-even-with-jmsMessageType-set-to-Bytes-tp5727563p5727605.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Always receive String Message even with jmsMessageType set to Bytes

2013-02-14 Thread Claus Ibsen
e from a queue, then you receive the message in the type that it was sent (eg the JMS types). So in your case, someone send the message as a javax.jms.TextMessage > Thanks in advance for any help or hints on this issue. > > > > -- > View this message in context: > http://came

Always receive String Message even with jmsMessageType set to Bytes

2013-02-13 Thread yxzhao
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.