Re: MessageConverter Example

2010-11-05 Thread Claus Ibsen
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

Re: MessageConverter Example

2010-11-05 Thread jh0331
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

Re: MessageConverter Example

2010-11-04 Thread Claus Ibsen
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 > -

Re: MessageConverter Example

2010-11-04 Thread Christian Müller
Or do you mean the Camel type converter? See http://camel.apache.org/type-converter.html Christian

Re: MessageConverter Example

2010-11-04 Thread Richard Kettelerij
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