On Sun, Dec 18, 2011 at 3:07 PM, Omar Atia <[email protected]> wrote: > Dears, > > Let me know how to increase inflight exchange queue above 10! Is it related > to fabric queue in camel ! I'm using apache camel 2..8.0 ! >
Can you be more precise what you are talking about? Do you refer to the inflight exchange counter number in JMX? That is a read-only number which tells you how many *currently in flight* exchange the CamelContext is processing. Its *not* a queue, its a number as a statistic. > Thanks, > Omar atia > > -- 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/
