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

Implement createTemporaryQueue() using the SQS Temporary Queue Client #91

Open
robin-aws opened this issue Apr 28, 2020 · 1 comment
Open

Comments

@robin-aws
Copy link
Collaborator

SQS now provides a client that implement temporary queues much more efficiently than naively creating a new SQS queue for each call. It should be easy to use that client to implement the SQSSession.createTemporaryQueue() method. This would help folks that want to use higher-level libraries like Spring or Camel to implement request/response patterns on top of JMS, and therefore not be locked into the SQS API.

The only wrinkle is how to take an optional dependency on https://github.com/awslabs/amazon-sqs-java-temporary-queues-client, since we can't break clients by adding it as a direct dependency.

@sg202111
Copy link

sg202111 commented Nov 12, 2021

@robin-aws We are having trouble using spring JMS library with Amazon temporary queues. Currently our application using session.createTemporaryqueue(). Can you please suggest, how we can get this method work in our application?

I don't see any support in https://github.com/awslabs/amazon-sqs-java-temporary-queues-client, to create consumer & producer using the JMS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants