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?

質問済み 2年前242ビュー
1回答
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
エキスパート
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ