Using the transport module
The transport module enables the probe to acquire XML and JSON formatted events.
Before using the transport module, configure the transport properties file appropriate to the transport protocol you are using to transfer events. The probe supports the use of Java™ Message Service (JMS), Webhook, Message Queue Telemetry Transport (MQTT), Web Socket, and data files.
The transport properties files are located in the following directory:
$OMNIHOME/java/conf/
- TransportType
- TransportFile
Transport protocol | Transport type | Properties file |
---|---|---|
Java Message Service (JMS) |
|
jmsTransport.properties |
Data file |
|
fileTransport.properties |
EventSource |
|
eventSourceTransport.properties |
Message Queue Telemetry Transport (MQTT) |
|
mqttTransport.properties |
WebSocket |
|
restWebSocketTransport.properties |
WebHook |
|
restWebhookTransport.properties |
WebHook V2 |
|
restWebhookTransportV2.properties |
Socket |
|
socketTransport.properties |
Kafka |
|
kafkaTransport.properties |
Apache Pulsar |
|
pulsarTransport.properties |