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

Correct the learn page on "How to Use a JMS Message Store" #1310

Open
ShammiL opened this issue Feb 4, 2025 · 0 comments
Open

Correct the learn page on "How to Use a JMS Message Store" #1310

ShammiL opened this issue Feb 4, 2025 · 0 comments
Labels

Comments

@ShammiL
Copy link
Contributor

ShammiL commented Feb 4, 2025

Description

The learn page on "How to Use a JMS Message Store" has two examples. The first example shows how to create a message store and a processor and the 2nd example shows how to attach a reply sequence to the message store.
However, if a message store does not have a reply sequence attached to it, the message processor gets deactivated which means the first example would not work properly on its own. The page should be rewritten to address this issue.
In addition to that, since max.delivery.attempts is set to 4(a value other than -1) and max.delivery.drop is disabled, the examples should also include a deactivate sequence which will be executed when the message processor is deactivated.

Version

4.3.0 and 4.4.0

Environment Details (with versions)

No response

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

No branches or pull requests

1 participant