Hi,

I am trying to send a customized JMS MapMessage. I am using custom
MessageConverter to solve this purpose. However, i wish to send information
that is not specific to a route. Am using the syntax below 

from("file://inbox/order").to("jms:queue:order?messageConverter=#myMessageConverter");

where myMessageConverter has been initialized in spring.

While constructing the route i wish to pass an object to its constructor, so
that the information can be used to send out the JMS. Could you please
advise on how to go about this ?

Thanks
Abhishek Samuel



--
View this message in context: 
http://camel.465427.n5.nabble.com/JMS-Component-Customized-messageConverter-tp5730725.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to