Skip to content
New issue

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 without dev services now requires rabbitmq-http-port #26873

Closed
kdubb opened this issue Jul 21, 2022 · 2 comments
Closed

RabbitMQ without dev services now requires rabbitmq-http-port #26873

kdubb opened this issue Jul 21, 2022 · 2 comments
Assignees
Labels
area/devservices kind/bug Something isn't working

Comments

@kdubb
Copy link
Contributor

kdubb commented Jul 21, 2022

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

  SRCFG00014: The config property rabbitmq-http-port is required but it could not be found in any config source

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 or ver

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 or gradlew --version)

Gradle 7.4

Additional information

No response

@kdubb kdubb added the kind/bug Something isn't working label Jul 21, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 21, 2022

/cc @stuartwdouglas

@geoand geoand self-assigned this Jul 26, 2022
@geoand
Copy link
Contributor

geoand commented Jul 26, 2022

#26930 fixes the issue

gsmet pushed a commit to gsmet/quarkus that referenced this issue Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devservices kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants