Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to guides for Micronaut JMS #466

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/main/docs/guide/configuration/sqs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ See the link:https://micronaut-projects.github.io/micronaut-aws/latest/guide/ind
Note that it's not necessary to add a dependency on `io.micronaut.aws:micronaut-aws-sdk-v2` as it's already a transitive dependency of `io.micronaut.jms:micronaut-jms-sqs`.

The JMS link:{apijms}ConnectionFactory.html[ConnectionFactory] will be an instance of `com.amazon.sqs.javamessaging.SQSConnectionFactory`; you can customize that with a link:{apimicronaut}context/event/BeanCreatedEventListener.html[BeanCreatedEventListener].

TIP: See the guide for https://guides.micronaut.io/latest/micronaut-jms-aws-sqs.html[Connect a Micronaut JMS Application to an AWS SQS Queue] to learn more.
Loading