public class SqsProducer
extends org.apache.camel.support.DefaultProducer
| Constructor and Description |
|---|
SqsProducer(SqsEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected com.amazonaws.services.sqs.AmazonSQS |
getClient() |
SqsEndpoint |
getEndpoint() |
protected String |
getQueueUrl() |
void |
process(org.apache.camel.Exchange exchange) |
String |
toString() |
createExchange, doStart, doStop, isSingletondoInit, doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic SqsProducer(SqsEndpoint endpoint) throws org.apache.camel.NoFactoryAvailableException
org.apache.camel.NoFactoryAvailableExceptionprotected com.amazonaws.services.sqs.AmazonSQS getClient()
protected String getQueueUrl()
public SqsEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultProducerpublic String toString()
toString in class org.apache.camel.support.DefaultProducerApache Camel