Channel - ProcessorDefinition should be more fine grained to match the actual
processor it represents
-----------------------------------------------------------------------------------------------------
Key: CAMEL-2051
URL: https://issues.apache.org/activemq/browse/CAMEL-2051
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Affects Versions: 2.0.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 2.1.0
When Camel builds the runtime route path it interleave the route with a
{{Channel}} which have a reference to the route model entity it represents.
However the reference points to a too coarse grained model. It should drill
down the model and match more precisely the processor.
This happens for models that creates child processors.
On top of that it should also help the tracer to diagnose where it is without
having custom logic implemented to determine this based on the previously
coarse grained model it could denote from the Channel.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.