You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2022/04/13 02:00:28 UTC

[GitHub] [activemq-artemis] clebertsuconic opened a new pull request, #4027: ARTEMIS-3776 Avoid Integer.MAX_VALUE overflow on openwire clients

clebertsuconic opened a new pull request, #4027:
URL: https://github.com/apache/activemq-artemis/pull/4027

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [activemq-artemis] clebertsuconic merged pull request #4027: ARTEMIS-3776 Avoid Integer.MAX_VALUE overflow on openwire clients

Posted by GitBox <gi...@apache.org>.
clebertsuconic merged PR #4027:
URL: https://github.com/apache/activemq-artemis/pull/4027


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org