Croway opened a new pull request, #215:
URL: https://github.com/apache/camel-spring-boot-examples/pull/215

   ## Summary
   
   `application.properties` hardcoded `artemis/artemis` credentials with a 
stray `spring.artemis.mode=native`, a copy-paste leftover from an ActiveMQ 
example. `camel infra run rabbitmq` provisions `guest/guest`, so the app failed 
to authenticate against RabbitMQ out of the box.
   
   - Removed the stray `spring.artemis.mode=native`.
   - Changed `AMQP_SERVICE_USERNAME`/`AMQP_SERVICE_PASSWORD` to `guest`/`guest` 
to match what `camel infra run rabbitmq` provisions.
   - Fixed README's `cd spring-boot-widget-gadget` to `cd widget-gadget` to 
match the actual directory name.
   
   ## Test plan
   
   - [x] `mvn package`
   - [x] `camel infra run rabbitmq`, then `mvn spring-boot:run` — app started 
with no auth errors, connected to `amqp://localhost:5672`, and successfully 
routed `order1.json`/`order2.json` through the `widget`/`gadget` processors via 
`order.queue`
   
   Co-Authored-By: Claude Sonnet 5 <[email protected]>
   Claude-Session: https://claude.ai/code/session_01JvQJNT1UYzqUm5HQtkL6Nu
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   
   https://claude.ai/code/session_01JvQJNT1UYzqUm5HQtkL6Nu


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to