Method | Description | |
---|---|---|
ConnectionFactory ( |
||
ConnectionFactory ( |
||
ConnectionFactory ( string brokerUri ) : System | ||
ConnectionFactory ( string brokerUri, string clientID ) : System | ||
CreateConnection ( ) : IConnection | ||
CreateConnection ( string userName, string password ) : IConnection | ||
GetDefaultBrokerUrl ( ) : string |
Method | Description | |
---|---|---|
ConfigureConnection ( |
||
CreateActiveMQConnection ( ) : |
||
CreateActiveMQConnection ( ITransport transport ) : |
||
CreateActiveMQConnection ( string userName, string password ) : |
||
ExceptionHandler ( |
Method | Description | |
---|---|---|
ConnectionFactory ( ) : System |
protected ConfigureConnection ( |
||
connection | ||
return | void |
public ConnectionFactory ( |
||
brokerUri | ||
return | System |
public ConnectionFactory ( |
||
brokerUri | ||
clientID | string | |
return | System |
public ConnectionFactory ( string brokerUri ) : System | ||
brokerUri | string | |
return | System |
public ConnectionFactory ( string brokerUri, string clientID ) : System | ||
brokerUri | string | |
clientID | string | |
return | System |
protected CreateActiveMQConnection ( ) : |
||
return |
protected CreateActiveMQConnection ( ITransport transport ) : |
||
transport | ITransport | |
return |
protected CreateActiveMQConnection ( string userName, string password ) : |
||
userName | string | |
password | string | |
return |
public CreateConnection ( string userName, string password ) : IConnection | ||
userName | string | |
password | string | |
return | IConnection |
protected static ExceptionHandler ( |
||
ex | ||
return | void |
public static GetDefaultBrokerUrl ( ) : string | ||
return | string |