FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createUpdateRabbitMQConnection Method

Creates or update the RabbitMQ connection.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool createUpdateRabbitMQConnection(
	string connID,
	string connName,
	string virtualHost,
	string hostName,
	int port,
	string userName,
	string password
)
Public Function createUpdateRabbitMQConnection ( _
	connID As String, _
	connName As String, _
	virtualHost As String, _
	hostName As String, _
	port As Integer, _
	userName As String, _
	password As String _
) As Boolean
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.

Return Value

true if XXXX, false otherwise.