This quickstart demonstrates the usage of the Camel Atom Component and it's binding feature, by polling for messages.
Please change connection parameters in src/main/resources/switchyard.xml to point your testing towards different Atom feeds.
- feedUri
- splitEntries
- filter
- feedHeader
-
Start JBoss AS 7 in standalone-full mode:
${AS}/bin/standalone.sh --server-config=standalone-full.xml
-
Build and deploy the quickstart
mvn install -Pdeploy
-
Undeploy the quickstart:
mvn clean -Pdeploy