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

Allow clients to specify message expiration time #252

Open
nmars opened this issue Dec 16, 2022 · 0 comments
Open

Allow clients to specify message expiration time #252

nmars opened this issue Dec 16, 2022 · 0 comments

Comments

@nmars
Copy link

nmars commented Dec 16, 2022

What feature do you want to see added?

This is to request that message expiration time be made configurable when sending a message.

For example:

message = sendCIMessage messageContent: msgContent,
    messageProperties: 'JMSExpiration=${expirationTimeInMilliseconds}'
    ...

This would enable senders to implement retry/timeout patterns that seek to not overload services that consume messages, like ResultsDB.

Upstream changes

No response

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

No branches or pull requests

1 participant