[
https://issues.apache.org/jira/browse/ARTEMIS-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17521750#comment-17521750
]
ASF subversion and git services commented on ARTEMIS-3776:
----------------------------------------------------------
Commit bc17acd6da345cce3f648d7afd03c0bfe60031c3 in activemq-artemis's branch
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=bc17acd6da ]
ARTEMIS-3776 Avoid Integer.MAX_VALUE overflow on openwire clients
Older versions of Openwire clients wil be affected by AMQ-6431.
As a result of the issue if the ID of the message>Integer.MAX_VALUE
a consumer configured with Failover and doing duplicate detection on the client
will not be able to process duplicate detection accordingly and miss messages.
> Inconsistency with older OpenWire clients due to AMQ-6431 with
> messageID>Integer.MaxValue
> -----------------------------------------------------------------------------------------
>
> Key: ARTEMIS-3776
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3776
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Clebert Suconic
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When sending messages to older OpenWire clients, (5.11, 5.12...5.14) a client
> with Failover on OpenWire will not be able to receive messages.
> We should Module with Integer.MAX_VALUE avoiding the issue with older
> openwire clients.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)