This is a solid reference for building event-driven Quarkus 3.x services with Apache Camel and RabbitMQ. You get practical patterns for the standard resource-service-repository layering, Panache persistence with proper transaction handling, and structured logging with Logback and Logstash encoders. The examples show real architectural decisions like separating sync and async publishing, tracking events through an EventService, and setting up Camel routes for both message queues and direct in-memory routing. If you're working on cloud-native Java backends that need messaging integration and you want to see how the pieces fit together beyond basic tutorials, this covers the connective tissue between REST endpoints and event processing.
npx skills add https://github.com/affaan-m/everything-claude-code --skill quarkus-patterns