Allow conversion to JsonObject to be optional during amqp message deserialization #2747
-
|
Documentation states: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In that case, you can inject |
Beta Was this translation helpful? Give feedback.
In that case, you can inject
io.vertx.amqp.AmqpMessageto the application and unwrap it to access the low level Proton APIMessage. If you'd like to handle it transparently to the consuming methods, you can implement aMessageConverter.