deDesign..::..createUpdateRabbitMQConnection Method
Creates or update the RabbitMQ connection.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool createUpdateRabbitMQConnection( string connID, string connName, string virtualHost, string hostName, int port, string userName, string password )
Parameters
- connID
- Type: String
The connection identifier.
- connName
- Type: String
Name of the connection.
- 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.