[
https://issues.apache.org/jira/browse/ARTEMIS-4649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818552#comment-17818552
]
ASF subversion and git services commented on ARTEMIS-4649:
----------------------------------------------------------
Commit 0d1d88a72a68ef32d3fc3fe477a343168c6b310d in activemq-artemis's branch
refs/heads/main from Albertas Vyšniauskas
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=0d1d88a72a ]
ARTEMIS-4649 Use unique STOMP message ID per subscription
Use combined consumer and message ID as STOMP message ID.
> STOMP message IDs are not unique when same message is received on multiple
> subscriptions
> ----------------------------------------------------------------------------------------
>
> Key: ARTEMIS-4649
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4649
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: STOMP
> Affects Versions: 2.33.0
> Reporter: Albertas Vyšniauskas
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Hello,
> currently core message ID is converted to string and used for STOMP
> message-id and ack header values, but this ID will not be unique if the same
> message is delivered to multiple subscriptions on the same connection. This
> will cause error and connection close after attempt to acknowledge the second
> message containing already acknowledged ID when using client or
> client-individual acknowledgement mode.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)