| 1. |
What Are Components? |
|
Answer» In simple terms, a component refers to an external ENTITY that is communicating with camel. To write a camel route that work with FILES, file component is to be used. Similarly to work with JMS QUEUE, jms component has to be used. Ex – A FileComponent is referred to by file in a URI and it creates FileEndpoints. In simple terms, a component refers to an external entity that is communicating with camel. To write a camel route that work with files, file component is to be used. Similarly to work with JMS queue, jms component has to be used. Ex – A FileComponent is referred to by file in a URI and it creates FileEndpoints. |
|