vert-x3 / vertx-amqp-client

An AMQP client for Vert.x
Apache License 2.0
17 stars 18 forks source link

Process sender acknowledgement with a null delivery remote state correctly #84

Closed vietj closed 6 months ago

vietj commented 6 months ago

The AMQP client sender throws an NPE when processing an acknowledgement as it assumes the delivery remote state is never null.

The sender is modified to handle the null case and report it as an unknown message state.