Updated Date: 07/07/2026
Attributes
| Attribute | Description | Default |
|---|---|---|
| no-response | When set, all messages do not expect a response. A pending-request entry will not be created to route response/answer messages back to the originator. This field is a boolean. Possible values are ‘yes’ and ’no’. | no |
| disable-parser | When set, the generic message protocol’s parser ignores all input from the transport stream. It also will not forward messages to the transport stream. It is assumed that all message parsing and forwarding will be implemented in a tcl script. | no |
| message-terminator | The string of characters used to terminate a message. | none |
| max-message-size | The maximum size of a message in bytes. If a message is exceeds this size, the connection will be reset. | 32768 |
| max-egress-buffer | The maximum number of bytes waiting to be sent via the selected transport before the protocol filter notifies the router to stop delivering messages. Once the number of bytes waiting drops below this size, the protocol filter will notify the router that it may resume delivering messages. | 32768 |