Hi Tomas,
I believe I fixed NPE reported as part QPID-8323.

The issue seems was caused by publishing messages with the same delivery
tags on different links belonging to the same session. On settling of the
first delivered message, the delivery tag was removed from the session
delivery registry. As result, the following attempts to settle another
delivery failed with NPE, as delivery tag could not be found in the session
delivery registry.

I committed changes to the session delivery registry which should allow to
track deliveries with the same delivery tags coming from different links.

Thanks for reporting the issue.

Kind Regards,
Alex

On Wed, 19 Jun 2019 at 13:46, Vavricka <[email protected]> wrote:

> Hi Alex,
>
> I created JIRA  QPID-8323 <https://issues.apache.org/jira/browse/QPID-8323>
>
>
> Regards,
> Tomas
>
>
>
> --
> Sent from:
> http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to