Skip to content

Latest commit

 

History

History
91 lines (56 loc) · 3.02 KB

File metadata and controls

91 lines (56 loc) · 3.02 KB

MQContract.ZeroMQ

Contents

Connection type

Namespace

MQContract.ZeroMQ

Summary

This is the MessageServiceConnection implementation for using ZeroMQ

#ctor() constructor

Summary

Default Constructor

Parameters

This constructor has no parameters.

MaxMessageBodySize property

Summary

The maximum message body size allowed, defaults to 4MB

BindAsServer(address) method

Summary

Called to establish a binding for this instance to act as a server

Parameters
Name Type Description
address System.String The address string to bind to

BindInboxAddress(address) method

Summary

Called to establish the binding for the inbox address, used for query response

Parameters
Name Type Description
address System.String The address string to bind to

ConnectToServer(address) method

Summary

Called to establish a connection to a listening server

Parameters
Name Type Description
address System.String The address string for the server to connect to

UndefinedInboxException type

Namespace

MQContract.ZeroMQ

Summary

Thrown when you have attempted to either create the inbox subscription or made a call to Query without setting up the inbox first