ActiveMQ

Integration with ActiveMQ queue.

Messaging and Conferencing · ActiveMQ

Configuration parameters

  • hostname — Server IP Address (e.g., 192.168.0.1) (required)
  • port — Port
  • client-id — Client ID
  • credentials — ---------------------------- Basic Authentication ---------------------------- Username
  • client_cert — --------------------- Certificate Authentication --------------------- Client certificate (.pem)
  • client_key — Client certificate key (.key)
  • root_ca — Root Certificate
  • subscription-id — ---------------------------- Fetch Incidents ---------------------------- Subscription ID
  • isFetch — Fetch incidents
  • incidentType — Incident type
  • topic-name — Topic Name (for subscription)
  • queue_name — Queue Name (for subscription)

Commands (2)

  • activemq-send

    Sends a message to the specified destination.

  • activemq-subscribe

    Subscribes to and reads messages from a topic or queue. Must provide either queue-name or topic-name. You can't provide both.