1.

What Are Various Components In Apache Camel? Which Ones Have You Used?

Answer»

Apache camel provides us with a number of components. These components make interacting CREATE endpoints with which a system can interact with other external systems. For example using an ActiveMQ COMPONENT we expose an ActiveMQ ENDPOINT for interaction with external system. There are more than 100 components PROVIDED by Apache Camel. Some of them are FTP,JMX, Webservices, HTTP. Apache camel also allows users to create custom components. 

Here are examples of FileComponent, JMSComponent, CXF Component. 

Apache camel provides us with a number of components. These components make interacting create endpoints with which a system can interact with other external systems. For example using an ActiveMQ component we expose an ActiveMQ endpoint for interaction with external system. There are more than 100 components provided by Apache Camel. Some of them are FTP,JMX, Webservices, HTTP. Apache camel also allows users to create custom components. 

Here are examples of FileComponent, JMSComponent, CXF Component. 



Discussion

No Comment Found