vert-x3/vertx-rabbitmq-client

Basic publish should use AMQP.BasicProperties and Buffer instead of JsonObject

vietj opened this issue · 0 comments

vietj commented

Currently the client provides a JsonObject for publishing that is converted to AMQP.BasicProperties and a byte[] for the body.

We replace this method with the actual types instead of wrapping them.

This is a breaking change.