Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.61 KB

File metadata and controls

41 lines (26 loc) · 1.61 KB

MQContract.ActiveMQ

Contents

Connection type

Namespace

MQContract.ActiveMQ

Summary

This is the MessageServiceConnection implemenation for using ActiveMQ

#ctor(ConnectUri,username,password) constructor

Summary

Default constructor for creating instance

Parameters
Name Type Description
ConnectUri System.Uri The connection url to use
username System.String The username to use
password System.String The password to use

ActiveMQConnection property

Summary

Underlying connection used to connection to ActiveMQ. Exposed here for additional control if required.