MQContract.ZeroMQ
This is the MessageServiceConnection implementation for using ZeroMQ
Default Constructor
This constructor has no parameters.
The maximum message body size allowed, defaults to 4MB
Called to establish a binding for this instance to act as a server
| Name | Type | Description |
|---|---|---|
| address | System.String | The address string to bind to |
Called to establish the binding for the inbox address, used for query response
| Name | Type | Description |
|---|---|---|
| address | System.String | The address string to bind to |
Called to establish a connection to a listening server
| Name | Type | Description |
|---|---|---|
| address | System.String | The address string for the server to connect to |
MQContract.ZeroMQ
Thrown when you have attempted to either create the inbox subscription or made a call to Query without setting up the inbox first