public class SqsProducer
extends org.apache.camel.impl.DefaultProducer
Constructor and Description |
---|
SqsProducer(SqsEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected com.amazonaws.services.sqs.AmazonSQS |
getClient() |
protected SqsConfiguration |
getConfiguration() |
SqsEndpoint |
getEndpoint() |
protected String |
getQueueUrl() |
void |
process(org.apache.camel.Exchange exchange) |
void |
processSingleMessage(org.apache.camel.Exchange exchange) |
String |
toString() |
createExchange, createExchange, createExchange, doStart, doStop, isSingleton
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public SqsProducer(SqsEndpoint endpoint) throws org.apache.camel.NoFactoryAvailableException
org.apache.camel.NoFactoryAvailableException
public void processSingleMessage(org.apache.camel.Exchange exchange)
protected com.amazonaws.services.sqs.AmazonSQS getClient()
protected String getQueueUrl()
protected SqsConfiguration getConfiguration()
public SqsEndpoint getEndpoint()
getEndpoint
in interface org.apache.camel.EndpointAware
getEndpoint
in class org.apache.camel.impl.DefaultProducer
public String toString()
toString
in class org.apache.camel.impl.DefaultProducer
Apache Camel