Replies: 1 comment
-
I have to unset rabbitmq-username and rabbitmq-password together. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Following the guide https://quarkus.io/guides/rabbitmq-dev-services,
and unset the rabbitmq-host and rabbitmq-port in the application.properties.
Example project: https://github.com/hantsy/quarkus-sandbox/tree/master/rabbitmq
When starting the applications with
./mvnw quarkus:dev
, failed to connect RabbitMQ like this.Beta Was this translation helpful? Give feedback.
All reactions