Configuration parameters
hostname— Server IP Address (e.g., 192.168.0.1) (required)port— Portclient-id— Client IDcredentials— ---------------------------- Basic Authentication ---------------------------- Usernameclient_cert— --------------------- Certificate Authentication --------------------- Client certificate (.pem)client_key— Client certificate key (.key)root_ca— Root Certificatesubscription-id— ---------------------------- Fetch Incidents ---------------------------- Subscription IDisFetch— Fetch incidentsincidentType— Incident typetopic-name— Topic Name (for subscription)queue_name— Queue Name (for subscription)
Commands (2)
-
activemq-sendSends a message to the specified destination.
-
activemq-subscribeSubscribes to and reads messages from a topic or queue. Must provide either queue-name or topic-name. You can't provide both.