See
ConsumeMessageConverterTest
ProduceMessageConverterTest
in the camel-jms unit tests
On Fri, Nov 5, 2010 at 5:32 PM, jh0331 wrote:
>
> yes, I meant the messageConverter option of the JMS component.
>
> I looked in the unit test source, and I see no tests that utilize
> MessageConverter. per
yes, I meant the messageConverter option of the JMS component.
I looked in the unit test source, and I see no tests that utilize
MessageConverter. perhaps I have overlooked them?
let me explain why I am asking...
basically, I have a cbridge route bridging a weblogic queue to a websphere
mq q
On Thu, Nov 4, 2010 at 8:44 PM, jh0331 wrote:
>
> Does anyone have a MessageConverter example handy? I am having problems
> getting this to work...
>
> There are a few existing posts on this topic, but none with clear answers /
> guidance.
>
Check the unit test source code.
> thanks!
> jon
> -
Or do you mean the Camel type converter? See
http://camel.apache.org/type-converter.html
Christian
By "messageConverter" do you mean the messageConverter option of the JMS
component (http://camel.apache.org/jms.html)? Or do you mean something else?
-
Richard Kettelerij,
http://github.com/rkettelerij
--
View this message in context:
http://camel.465427.n5.nabble.com/MessageConverter-Examp