On Wed, Dec 14, 2011 at 4:39 AM, xiangqiuzhao <[email protected]> wrote: > i wan't to use camel-jms component,but my application must implements some > strategies to hander the big message, like how to merge some small message > to a whole message. > > so i want to extend the camel-jms, if i create a new camel-myjms component > and the MyProducer extend JmsProducer, MyConsumer extend JmsConsumer, is ok? >
Yep its just Java code, so extend the component as you would extend any other Java classes. > -- > View this message in context: > http://camel.465427.n5.nabble.com/how-to-extend-the-component-tp5073447p5073447.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
