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

Compare with Current View Page History

« Previous Version 2 Next »

Available since Camel 2.17.0

 

 

The IronMQ component provides integration with IronMQ an elastic and durable hosted message queue as a service.

The component uses the IronMQ java client library.

To run it requires a IronMQ account, and a project id and token.

 

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-ironmq</artifactId>
    <!-- use the same version as your Camel core version -->
    <version>x.y.z</version>
</dependency>

URI format

ironmq:queueName[?options]

Where queueName identifies the IronMQ queue you want to publish or consume messages from.

Options

 

 

  • No labels