[
https://issues.apache.org/jira/browse/ARTEMIS-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18056542#comment-18056542
]
ASF subversion and git services commented on ARTEMIS-5890:
----------------------------------------------------------
Commit 75a0a9ab981be060c51a2a2091eb30807930ae7e in artemis's branch
refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=artemis.git;h=75a0a9ab98 ]
ARTEMIS-5890 AMQP LargeMessage writer should check sender state before
attempting a write
When attempting to trigger a write either from the delivery method or from a
call to
the runnable hook in MessageReference the writer should check its parent sender
to
ensure that it hasn't been remotely closed to avoid trigger exceptions due to
the
sender having been closed or its parent connection.
> Closing a connection while large message is being delivered could show
> exceptions in the log
> --------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-5890
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5890
> Project: Artemis
> Issue Type: Bug
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.52.0
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> If you close a connection while the server still delivering large messages,
> you could see exceptions in the logs (IllegalArgumentException).
> The delivery thread should check the state of the connection before issuing
> more deliveries.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]