Skip to content

Files

Latest commit

 

History

History
 
 

camel-atom-binding

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Introduction

This quickstart demonstrates the usage of the Camel Atom Component and it's binding feature, by polling for messages.

Running the quickstart

Please change connection parameters in src/main/resources/switchyard.xml to point your testing towards different Atom feeds.

  • feedUri
  • splitEntries
  • filter
  • feedHeader

JBoss AS 7

  1. Start JBoss AS 7 in standalone-full mode:

     ${AS}/bin/standalone.sh --server-config=standalone-full.xml
    
  2. Build and deploy the quickstart

     mvn install -Pdeploy
    
  3. Undeploy the quickstart:

     mvn clean -Pdeploy
    

Further Reading

  1. Atom Binding Documentation