https://github.com/ozangunalp/quarkus-messaging-workshop
https://github.com/ozangunalp/quarkus-messaging-workshop
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ozangunalp/quarkus-messaging-workshop
- Owner: ozangunalp
- License: apache-2.0
- Created: 2024-01-12T13:43:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T13:43:57.000Z (over 1 year ago)
- Last Synced: 2025-02-07T21:31:27.472Z (4 months ago)
- Language: Java
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quarkus Messaging Workshop
1. Basics
2. Emitters & Channels (Connector configuration)
3. Messages & Acknowledgment (Ack / Failure Strategies)
4. Message Metadata (MessageConverter, Metadata injection)
5. Blocking processing (Message Context)
6. Merge & Broadcast (Incomings, Outgoings)
7. Stream Processing (Keyed Multi, KeyValueExtractor)
8. Decorators & Interceptors
9. Testing
10. Smallrye Health Checks
11. Observability Micrometer Metrics & OpenTelemetry Tracing