Skip to main content
Location: 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)

Configuration (.env)

Setup

Run

The subscriber prints pipeline processing notifications as they arrive, including pipeline name, destination, and pipeline token. See Notifications for how pipeline notifications work.