Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.01 KB

File metadata and controls

55 lines (34 loc) · 2.01 KB

MQContract.AzureServiceBus

Contents

Connection type

Namespace

MQContract.AzureServiceBus

Summary

This is the MessageServiceConnection implemenation for using AzureServiceBus

Parameters
Name Type Description
client T:MQContract.AzureServiceBus.Connection The ServiceBusClient to use with this instance
Remarks

In order to use the InboxQueryable capabilites that have been built here you should have a QueryResponse.Inbox Topic and subsequent Subscription with RequiresSession as true

#ctor(client) constructor

Summary

This is the MessageServiceConnection implemenation for using AzureServiceBus

Parameters
Name Type Description
client Azure.Messaging.ServiceBus.ServiceBusClient The ServiceBusClient to use with this instance
Remarks

In order to use the InboxQueryable capabilites that have been built here you should have a QueryResponse.Inbox Topic and subsequent Subscription with RequiresSession as true

MaxMessageBodySize property

Summary

Maximum supported message body size in bytes