Replies: 1 comment
-
Yes, on the receiving side, it needs to be a JSONObject. You can write a converter, if you want, to map it to your own DTO automatically ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i try to receive a simple DTO via amqp, but keep running into
According to https://smallrye.io/smallrye-reactive-messaging/smallrye-reactive-messaging/3.3/amqp/amqp.html#_deserialization i should need to receive a io.vertx.core.json.JsonObject like
but this refuses to work with a message i just sent via
To send i can get by with just the microprofile api, but for receiving jsons, do i really have to add vertx implementation as a dependency?
And why am i getting these exceptions which even shutdown wildfly, what am i doing wrong there?
Beta Was this translation helpful? Give feedback.
All reactions