...
For | Amazon Simple Queue Service (SQS) and other JMS providers where building JMS ConnectionFactory through JNDI lookup is difficult. |
---|---|
Minimum required JARs | Amazon SQS java client JARs (available on Maven Central at https://repo1.maven.org/maven2/com/amazonaws/):
Apache httpclient dependencies:
WSO2 carbon-jndi JAR (available on the WSO2 Maven repository at https://maven.wso2.org/nexus/content/repositories/releases/org/wso2/carbon/jndi/org.wso2.carbon.jndi/): org.wso2.carbon.jndi-<version>.jar |
Factory class | InMemoryInitialContextFactory from the WSO2 carbon-jndi project. See Creating the JMS ConnectionFactory Object. |
Connecting to AWS | Use I AM user roles for connecting to AWS. Refer to the following Amazon documentation for details: |
Learn more | https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/getting-started.html |
...