Hi
Yeah JMX is slated for an overhaul in 2.1.
It would be nice to get more JMX control for various DSL types such as
load balancers, delayers, throttlers, and whatnot.
You may be able to use the navigate API in 2.0 to lookup the load
balancer processor and manipulate it directly to remove the pr
Hi
Camel 1.x doesn't support the change the route dynamically.
Camel 2.0 supports to modify the route dynamically.
But for your requirement, I don't think current Camel 2.0 snapshot
supports this found , since we don't export the load balancer's
processor to the JMX.
We have plan to do some enh
Hi,
I have this route which is load balanced to three activemq queueues. At
runtime, i wish to disable for example the round robin load balancer from
sending to
activemq:c. Can I do this via JMX? I tried on killing routes but I get an
exception saying that it's not supported.
Here is an examp