Connect to AWS Simple Queue Service using JMS (jndi context)

0

Hi everyone,

We are using JMS to connect to our queues using a .bindings file to configure the jndi context to connect. We are still using non AWS queues, and we are trying to migrate it to AWS SQS.

Is it possible to use a .bindings file to configure the connection to AWS Simple Queue Service configuring the region, using a profile as parameters, all configured inside the .bindings file?

If yes do you have any example on how to do that?

asked 2 years ago221 views
1 Answer
0

Have not seen anything in the documentation about migrating a JNDI configuration for JMS to work with SQS. There is however a library called "Amazon SQS Java Messaging Library" that lets clients working on a JMS queue to switch to using an SQS queue - https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-java-message-service-jms-client.html

profile pictureAWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions