examples/topic-subscriber/
An ActiveMQ/STOMP consumer that subscribes to pipeline notification events. Use this to trigger downstream workflows when pipelines complete processing.
Features
- Durable subscription with automatic reconnection
- Supports Virtual Topic and Durable Topic subscription styles
- Graceful shutdown on SIGINT/SIGTERM
- Logs to both stdout and file (
notification_consumer.log)