You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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) andmax.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
The text was updated successfully, but these errors were encountered: