Re: MessageConverter Example

2010-11-05 Thread Claus Ibsen
able to trigger my message converter in a junit by manually creating > the components and starting routes without the notation specified above, but > this approach is not working on live system yet.  also, I don't really want > to manually create the components, instead relying on camel

Re: MessageConverter Example

2010-11-05 Thread jh0331
ly set everything up... any advice is appreciated. thanks! jon 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. >

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 co

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/Messag

MessageConverter Example

2010-11-04 Thread jh0331
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. thanks! jon -- View this message in context: http://camel.465427.n5.nabble.com/MessageConverter-Example