In the route you can just name the processors / eips etc you want to
have a special name using .id

from x
  to y .id("someNameHereForY")
  to z

On Thu, Jan 16, 2014 at 1:04 PM, duncanto <tom_dun...@btinternet.com> wrote:
> Is there a way to configure the JMX ProcessorId for some of our processes to
> enable our support team to easily monitor specific route processors.
>
> The default Proccessor Definition naming results in naming them process1 ...
> processN from the DefaultNodeIdFactory
>
> The solution was to plug in a custom NodeIdfactory into the context and
> interrogate a getMyJMXName() on my impl of Proccesor via the
> ProcessDefinition but this isnt feasible.
>
> Any suggestions.
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/JMX-ProcessorId-Question-tp5746051.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
Make your Camel applications look hawt, try: http://hawt.io

Reply via email to