We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rabbitmq-http-port
When using RabbitMQ in dev mode, but without dev services, now requires rabbitmq-http-port to be set and it may not be available or exposed.
rabbitmq-http-port shouldn't be required.
Startup fails with
SRCFG00014: The config property rabbitmq-http-port is required but it could not be found in any config source
Run an application that uses RabbitMQ in dev mode while providing values for rabbitmq-host, rabbitmq-port, rabbitmq-username & rabbitmq-password.
rabbitmq-host
rabbitmq-port
rabbitmq-username
rabbitmq-password
Startup will fail with the above error message.
uname -a
ver
macOS 12.4
java -version
Java 17
No response
2.11.0.CR1
mvnw --version
gradlew --version
Gradle 7.4
The text was updated successfully, but these errors were encountered:
/cc @stuartwdouglas
Sorry, something went wrong.
#26930 fixes the issue
f6bd899
Merge pull request #26930 from geoand/#26873
be06973
Don't assume that 'rabbitmq-http-port' is always set
f03595d
Fixes: quarkusio#26873 (cherry picked from commit f6bd899)
geoand
No branches or pull requests
Describe the bug
When using RabbitMQ in dev mode, but without dev services, now requires
rabbitmq-http-port
to be set and it may not be available or exposed.Expected behavior
rabbitmq-http-port
shouldn't be required.Actual behavior
Startup fails with
How to Reproduce?
Run an application that uses RabbitMQ in dev mode while providing values for
rabbitmq-host
,rabbitmq-port
,rabbitmq-username
&rabbitmq-password
.Startup will fail with the above error message.
Output of
uname -a
orver
macOS 12.4
Output of
java -version
Java 17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.11.0.CR1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 7.4
Additional information
No response
The text was updated successfully, but these errors were encountered: