vert-x3 / vertx-amqp-client

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

Report the reason why sending a message is rejected #54

Closed sebthom closed 3 years ago

sebthom commented 3 years ago

When a message is rejected by the server the client currently receives no information about the actual reason.

Before this PR:

java.lang.Exception: message rejected (REJECTED

With this PR:

java.lang.Exception: message rejected (REJECTED): Error{condition=failed, description='ERROR_MESSAGE_GOES_HERE', info=null}