Hi Santhosh, There should not be great difference between the code example in the documentation and the code you need.
In your first message you have `myJms`, that would be your JmsComponent, so look in your code where you have defined the `myJms` component, and there you just need to set the DestinationResolver, which is as easy as calling `setDestinationResolver` on the component instance. I would suggest that you perhaps look into obtaining one of the great Camel books out there, for example Camel in Action has a chapter on JMS component, and I'm sure Claus wont mind me plugging it :) zoran On Tue, Feb 14, 2017 at 5:53 PM, santhoshks <santhoshks...@gmail.com> wrote: > Hi Zoran, > > Using the destinationResolver may be my option. The example in the link > gives on how to create the destinationResolver. Will you be able to guide me > on how will I use that in route. Will I be putting that in process or will > it be a separate bean and call that bean in the route? I am new to camel :) > If there is any example with some implementation to read or write to the IBM > queue that helps me. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Unable-to-set-JMS-IBM-MQMD-ApplIdentityData-using-camel-tp5793781p5793885.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Zoran Regvart