Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.63 KB

File metadata and controls

59 lines (36 loc) · 1.63 KB

MQContract.InMemory

Contents

Connection type

Namespace

MQContract.InMemory

Summary

Used as an in memory connection messaging system where all transmission are done through Channels within the connection. You must use the same underlying connection.

#ctor() constructor

Summary

Default constructor

Parameters

This constructor has no parameters.

DefaultTimeout property

Summary

Default timeout for a given QueryResponse call default: 1 minute

MaxMessageBodySize property

Summary

Maximum allowed message body size in bytes default: 4MB

TransmissionResultException type

Namespace

MQContract.InMemory

Summary

Thrown when a message transmission has failed within the In Memory system