How to delete an unacked subject message? #3444
Answered
by
derekcollison
AhmedAbouelkher
asked this question in
Q&A
-
hi, For example, when the service user performs a destructive queue action, which will need to cancel the already published message. |
Beta Was this translation helpful? Give feedback.
Answered by
derekcollison
Sep 7, 2022
Replies: 1 comment 5 replies
-
We only do de-dupe via MsgID at this time. Referencing messages is by stream sequence or subjects. Once a sequence has been established you can delete the message directly from the stream. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
derekcollison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We only do de-dupe via MsgID at this time. Referencing messages is by stream sequence or subjects. Once a sequence has been established you can delete the message directly from the stream.