@Component(value="aws-sqs")
public class SqsComponent
extends org.apache.camel.support.DefaultComponent
Constructor and Description |
---|
SqsComponent() |
SqsComponent(org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
String |
getAccessKey() |
SqsConfiguration |
getConfiguration() |
String |
getRegion() |
String |
getSecretKey() |
void |
setAccessKey(String accessKey)
Amazon AWS Access Key
|
void |
setConfiguration(SqsConfiguration configuration)
The AWS SQS default configuration
|
void |
setRegion(String region)
Specify the queue region which could be used with queueOwnerAWSAccountId to build the service URL.
|
void |
setSecretKey(String secretKey)
Amazon AWS Secret Key
|
afterConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
doInit, doResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
public SqsComponent()
public SqsComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.support.DefaultComponent
Exception
public SqsConfiguration getConfiguration()
public void setConfiguration(SqsConfiguration configuration)
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getRegion()
public void setRegion(String region)
Apache Camel