Fix widget-gadget example: use guest/guest RabbitMQ creds, correct README dir - #215
Open
Croway wants to merge 1 commit into
Open
Fix widget-gadget example: use guest/guest RabbitMQ creds, correct README dir#215Croway wants to merge 1 commit into
Croway wants to merge 1 commit into
Conversation
…ADME dir application.properties hardcoded artemis/artemis credentials with a stray spring.artemis.mode=native, leftover from an ActiveMQ example copy-paste. camel infra run rabbitmq provisions guest/guest, so the app failed to authenticate out of the box. Also fixed README's cd spring-boot-widget-gadget to match the actual widget-gadget directory name. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JvQJNT1UYzqUm5HQtkL6Nu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
application.propertieshardcodedartemis/artemiscredentials with a strayspring.artemis.mode=native, a copy-paste leftover from an ActiveMQ example.camel infra run rabbitmqprovisionsguest/guest, so the app failed to authenticate against RabbitMQ out of the box.spring.artemis.mode=native.AMQP_SERVICE_USERNAME/AMQP_SERVICE_PASSWORDtoguest/guestto match whatcamel infra run rabbitmqprovisions.cd spring-boot-widget-gadgettocd widget-gadgetto match the actual directory name.Test plan
mvn packagecamel infra run rabbitmq, thenmvn spring-boot:run— app started with no auth errors, connected toamqp://localhost:5672, and successfully routedorder1.json/order2.jsonthrough thewidget/gadgetprocessors viaorder.queue