Commit 69694cf
David Lanouette
fix: explicitly acknowledge UMB messages in receiver
Messages received from ActiveMQ were not being marked as read because
the receiver was closing the connection before auto-accept could
transmit the acknowledgment to the broker. Add explicit accept() call
after parsing each message to ensure proper acknowledgment.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: David Lanouette <dlanouet@redhat.com>
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED1 parent a20106b commit 69694cf
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments