Replies: 3 comments 1 reply
-
I don't know Payara. Try adding the micrometer dependency. |
Beta Was this translation helpful? Give feedback.
-
I already tried that but the problem remained. |
Beta Was this translation helpful? Give feedback.
-
The log I am guessing you are missing some other dependency but CDI doesn't help you much to debug. Maybe you are missing a Microprofile Config implementation can you try adding a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a small POC to understand how MicroPorfile Reactive Messaging works to have a clear view of the differences between this and Spring.
I'm building my POC using Java17 and JakartaEE 10 that's running on Payara 6.
And when I start my application I have the following logs:
And this is my config file and code:
microprofile-config.properties
:My Producer:
My Consumer:
And the resource I'm using to send the messages:
My pom.xml:
Beta Was this translation helpful? Give feedback.
All reactions