このコンテンツは選択した言語では利用できません。
3.6. Camel Route Service
Overview
Description: | Camel Route |
Singleton: | no |
Plugin: | Camel |
Parent Resource Types
Child Resource Types
none
Connection Properties
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Name | Description | Required | Internal Name |
---|---|---|---|
Route Id | The name of the Camel route | yes | RouteId |
Endpoint Uri | The uri of the consumer endpoint in the Camel route | yes | EndpointUri |
Object Name | yes | objectName | |
Name Template | yes | nameTemplate | |
Description Template | yes | descriptionTemplate | |
Name | Name | yes | name |
Metrics
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.
Name | Type | Description | Internal Name |
---|---|---|---|
Exchanges Completed | measurement | Indicates the total number of exchanges the route has processed successfully since route start-up or the last reset operation. | ExchangesCompleted |
Exchanges Completed Per Minute | measurement | Indicates the total number of exchanges the route has processed successfully per minute since route start-up or the last reset operation. | ExchangesCompleted |
Exchanges Failed | measurement | Indicates the total number of exchanges that the route has failed to process since route start-up or the last reset operation. | ExchangesFailed |
Exchanges Failed Per Minute | measurement | Indicates the total number of exchanges that the route has failed to process per minute since route start-up or the last reset operation. | ExchangesFailed |
Exchanges Total | measurement | Indicates the total number of exchanges, passed or failed, that the route has processed since route start-up or the last reset operation. | ExchangesTotal |
Exchanges Total Per Minute | measurement | Indicates the total number of exchanges, passed or failed, that the route has processed per minute since route start-up or the last reset operation. | ExchangesTotal |
Inflight Exchanges | measurement | Indicates the number of exchanges currently transiting the route. | InflightExchanges |
Inflight Exchanges Per Minute | measurement | Indicates the number of exchanges currently transiting the route per minute. | InflightExchanges |
Min Processing Time | measurement | Indicates the shortest time, in milliseconds, to process an exchange since route start-up or the last reset operation. | MinProcessingTime |
Mean Processing Time | measurement | Indicates the average processing time, in milliseconds, for all exchanges processed since route start-up or the last reset operation. | MeanProcessingTime |
Max Processing Time | measurement | Indicates the longest time, in milliseconds, to process an exchange since route start-up or the last reset operation. | MaxProcessingTime |
Total ProcessingTime | measurement | Indicates the total processing time, in milliseconds, of all exchanges processed since route start-up or the last reset operation. | TotalProcessingTime |
Last Processing Time | measurement | Indicates the time, in milliseconds, it took the route to process the last exchange. | LastProcessingTime |
State | trait | A string describing the state of the Camel resource. | State |
Note
All
Exchanges*
metrics are of measurement type Trends Up and category Throughput. Because Trends Up metrics continuously increase, the rate of change becomes more important to track than the total number of exchanges, so JBoss ON automatically calculates and creates a secondary Per Minute metric for each Exchanges*
metric. By default, the Per Minute metrics, rather than their counterparts, are enabled and charted.
Configuration Properties
none
Operations
You can invoke control operations to avoid or correct throughput and performance problems.
Name | Description |
---|---|
reset | The reset operation immediately clears all counters, thus all statistics, for the specified route. |
shutdown |
The shutdown operation immediately stops and shuts down the selected route, pending the completion of all inflight exchanges.
|
start | The start operation starts up the selected route, including all of its processors and services. |
stop |
The stop operation immediately stops the selected route, pending the completion of all pending inflight exchanges.
|
Package Types
none