Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Simple JMS Component (or Standard or Springless) - Alpha

The Simple JMS Component is a drop in replacement for the current Spring container based Camel-JMS component. It is currently being hosted at github while under development. It can be retrieved and built using the following steps:

Maven users will need to add the following dependency to their pom.xml for this component:

Code Block
xml
xml

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-sjms</artifactId>
    <version>x.x.x</version>
    <!-- currently supports trunk only -->
</dependency>