You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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:

After a successful build, add the following dependency to the pom.xml for this component:

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