deDesign..::..connectRabbitMQ Method
Checks the RabbitMQ connection.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool connectRabbitMQ( string virtualHost, string hostName, int port, string userName, string password, ref string sMessage )
Parameters
- virtualHost
- Type: String
The virtual host.
- hostName
- Type: String
Name of the host.
- port
- Type: Int32
The port.
- userName
- Type: String
Name of the user.
- password
- Type: String
The password.
- sMessage
- Type: String%
The s message.