You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Raul Kripalani (JIRA)" <ji...@apache.org> on 2012/10/03 01:41:07 UTC

[jira] [Updated] (CAMEL-5637) Tracking/Waypoint Slip intercept strategy

     [ https://issues.apache.org/jira/browse/CAMEL-5637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raul Kripalani updated CAMEL-5637:
----------------------------------

    Description: 
In a modular middleware system, an Exchange will frequently traverse a number of routes and Camel contexts during its processing.

A Tracking Slip or Waypoint Slip is a special Camel property that keeps track of all the routes and contexts where the Exchange has been.

Envisioned as an InterceptStrategy, it will act as an InterceptFrom construct that adds the ID of the current route, the ID of the Camel context or both (configurable) into a List inside a property called {{CamelTrackingSlip}} or {{CamelWaypointSlip}}.

It will aid debugging, Business Activity Monitoring, data mining, log mining and what not. By using the {{log:}} endpoint with {{showProperties=true}}, this property will be printed to log files.

  was:
In a modular middleware system, an Exchange will frequently traverse a number of routes and Camel contexts during its processing.

A Tracking Slip or Waypoint Slip is a special Camel property that keeps track of all the places where the Exchange has been.

Envisioned as an InterceptStrategy, it will act as an InterceptFrom construct that adds the ID of the current route, the ID of the Camel context or both (configurable) into a List inside a property called {{CamelTrackingSlip}} or {{CamelWaypointSlip}}.

It will aid debugging, Business Activity Monitoring, data mining, log mining and what not. By using the {{log:}} endpoint with {{showProperties=true}}, this property will be printed to log files.

    
> Tracking/Waypoint Slip intercept strategy
> -----------------------------------------
>
>                 Key: CAMEL-5637
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5637
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Raul Kripalani
>            Assignee: Raul Kripalani
>            Priority: Minor
>             Fix For: 2.11.0
>
>
> In a modular middleware system, an Exchange will frequently traverse a number of routes and Camel contexts during its processing.
> A Tracking Slip or Waypoint Slip is a special Camel property that keeps track of all the routes and contexts where the Exchange has been.
> Envisioned as an InterceptStrategy, it will act as an InterceptFrom construct that adds the ID of the current route, the ID of the Camel context or both (configurable) into a List inside a property called {{CamelTrackingSlip}} or {{CamelWaypointSlip}}.
> It will aid debugging, Business Activity Monitoring, data mining, log mining and what not. By using the {{log:}} endpoint with {{showProperties=true}}, this property will be printed to log files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira