- setBatchDelete(boolean) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
Should messages be deleted in one batch.
- setClient(Client) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
Reference to a io.iron.ironmq.Client in the Registry.
- setClient(Client) - Method in class org.apache.camel.component.ironmq.IronMQEndpoint
-
- setConcurrentConsumers(int) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
The number of concurrent consumers.
- setIronMQCloud(String) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
IronMq Cloud url.
- setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
Number of messages to poll pr.
- setPreserveHeaders(boolean) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
Should message headers be preserved when publishing messages.
- setProjectId(String) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
IronMQ projectId
- setQueueName(String) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
The name of the IronMQ queue
- setTimeout(int) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
After timeout (in seconds), item will be placed back onto the queue.
- setToken(String) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
IronMQ token
- setVisibilityDelay(int) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
The item will not be available on the queue until this many seconds have passed.
- setWait(int) - Method in class org.apache.camel.component.ironmq.IronMQConfiguration
-
Time in seconds to wait for a message to become available.