The Notification Service Bridge agent bridges messages between Notification Service and MicroBroker.
For the properties below, you can enter either strings or variables. If you enter a variable, the value is substituted from the database when the XML configuration file is generated. Refer to Using variables for agent property values for details on what variables can be substituted.
Property | Description |
---|---|
bridge.to.mb.topics | A comma separated list of topics for which messages should be propagated from Notification Service to MicroBroker |
bridge.to.ns.topics | A comma separated list of topics for which messages should be propagated from MicroBroker to Notification Service |
broker.name | The name of the remote MicroBroker broker to connect to this bridge. |
edge.id | The Data Capture and Delivery device ID associated with this agent. |
edge.name | The Data Capture and Delivery device name associated with this agent. |
event.ack.topic | The topic on which to publish an acknowledgment when the bridge has published an event. |
log.level | The level of logging to use with this agent. If the value is empty then the system log level will be used. |
min.compression.size | The minimum length of a message on which to enable compression. Once a message of this size is reached the message will be compressed using GNU zip (gzip). A value of -1 disables gzip processing of any message. The value for this property is 4096 by default. |
pipe.notification.topics | The list of comma separated topics that are used to publish notification events when a pipe is connected or disconnected. |
qos | Messaging Quality of Service. A value of 0 means at most once. A value of 1 means at least once. A value of 2 means exactly once. |
source.id | The source ID for generic events in this agent. |
tracing | Displays trace output. |