Skip to content
Discussion options

You must be logged in to vote

Solved!
I didn't configure any mp.messaging.incoming.incoming-mail.* in project 'application.properties' because I configure them directly in Openshift "service deployment" section and seems that mp.messaging.incoming properties setted from environment are not correctly managed.
I moved mp.messaging.incoming.* to master application.properties on my project and all is working fine.
I don't known if beans holding @Incoming() annotation are removed during build because no mp.messaging.incoming properties are found in configuration(s) or if mp.messaging.incoming properties are build-time only properties and I was misused them.

(https://github.com/quarkiverse/quarkus-reactive-messaging-http/bl…

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@geoand
Comment options

geoand Jun 21, 2023
Collaborator

@geoand
Comment options

geoand Jun 22, 2023
Collaborator

@luca-bassoricci
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@luca-bassoricci
Comment options

Comment options

You must be logged in to vote
1 reply
@cescoffier
Comment options

Answer selected by luca-bassoricci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants