Closed vietj closed 5 years ago
Currently the client provides a JsonObject for publishing that is converted to AMQP.BasicProperties and a byte[] for the body.
JsonObject
AMQP.BasicProperties
byte[]
We replace this method with the actual types instead of wrapping them.
This is a breaking change.
Currently the client provides a
JsonObject
for publishing that is converted toAMQP.BasicProperties
and abyte[]
for the body.We replace this method with the actual types instead of wrapping them.
This is a breaking change.