Hi Claus,
I simply changed the last route of the example:
<route errorHandlerRef="dlc">
<from uri="activemq:queue:stock"/>
<delay><constant>100</constant></delay>
<bean ref="stock" method="transform"/>
<setHeader headerName="foo">
<constant>bar</constant>
</setHeader>
<transform>
<constant>foobar</constant>
</transform>
<to uri="log:stocks?groupSize=100"/>
</route>
Jens
--
View this message in context:
http://www.nabble.com/JMX-in-Camel-2.1---Processor-MBeans-tp25799266p25799937.html
Sent from the Camel - Users mailing list archive at Nabble.com.