Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.26 KB

Readme.md

File metadata and controls

33 lines (21 loc) · 1.26 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