...
Icon | Description | Icon | Description | Icon | Description |
---|---|---|---|---|---|
Apache Camel HTTP Get Operation |
| Apache Camel JMS Queue Receive | Apache Camel Unknown ActiveMQ Queue Receive | ||
Apache Camel HTTP Put Operation |
| Apache Camel JMS QueueCall | Apache Camel Unknown ActiveMQ Queue Call | ||
Apache Camel HTTP Post Operation |
| Apache Camel Unknown JMS Queue Receive | Apache Camel RabbitMQ Queue Receive | ||
Apache Camel HTTP Delete Operation |
| Apache Camel Unknown JMS Queue Call | Apache Camel RabbitMQ Queue Call | ||
Apache Camel HTTP Any Operation |
| Apache Camel IBM Queue Receive |
| Apache Camel Unknown RabbitMQ Queue Receive | |
Apache Camel Route Call |
| Apache Camel IBM Queue Call | Apache Camel Unknown RabbitMQ Queue Call | ||
Apache Camel Route |
| Apache Camel Unknown IBM_Queue Receive | Apache Camel File | ||
Apache Camel Bean Call |
| Apache Camel Unknown IBM Queue Call | Apache Camel File Call | ||
Apache Camel Process Call |
| Apache Camel ActiveMQ Queue Receive | |||
| Apache Camel Database Query |
| Apache Camel ActiveMQ Queue Call |
...
Expand | |||||
---|---|---|---|---|---|
|
XML DSL - callLinks between Rest POST service and Bean Call, Process Call
...
Expand | |||||
---|---|---|---|---|---|
|
Java DSL - callLink between File and File Call
Expand | |||||
---|---|---|---|---|---|
|
Java DSL - callLink between File and Bean Call
Expand | |||||
---|---|---|---|---|---|
|
callLinks in the complete transaction
Expand |
---|
Limitations
- Unknown queue/process/bean/route/file object is created in case where the exact name can't be retrieved
- Routes defined using route templates result in unknown route objects
- All other route components are ignored. Any Route starting with a component not mentioned in the Object section , the whole of the Route with its components will be ignored.
- Any component created with a customized name will not be handled or created
- There may be missing/multiple links instead of one between process call and process method of the target class
- There may be multiple links instead of one between bean call and target method of the bean
- There may be incorrect bookmarks in few call links and objects
- One of the signature for the overloaded method idempotentConsumer method of org.apache.camel.model.ProcessDefinition is not supported. This suspends the creation of the objects for the components in that route following this method.
...