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 support for MessageProducer.setDeliveryDelay() (from JMS 2.0) #76

Merged
merged 1 commit into from
Mar 17, 2019

Conversation

robin-aws
Copy link
Collaborator

Forwards compatible implementation. Only accepts multiples of 1000 since
SQS only supports this in seconds instead of milliseconds.

Issue #, if available:
#64

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Forwards compatible implementation. Only accepts multiples of 1000 since
SQS only supports this in seconds instead of milliseconds.
@saifeldeen
Copy link

@robin-aws

The changes look good mate.

@robin-aws robin-aws merged commit 7d93e04 into master Mar 17, 2019
@LeeU1911
Copy link

LeeU1911 commented Sep 9, 2021

@robin-aws Is this an equivalent of specifying delay when creating SQS queue using DelaySeconds property?
The reason I'm asking is we've been using DelaySeconds property when creating SQS queue but that's pretty fixed after the queue is created. Each message will have the same delay and there's no way to specify a particular message to not have one nor able to have much greater delay than 15 mins.
Wondering if this PR brings any new flexibility on the topic.

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

Successfully merging this pull request may close these issues.

3 participants