FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..connectRabbitMQ Method

Checks the RabbitMQ connection.

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

Syntax


public bool connectRabbitMQ(
	string virtualHost,
	string hostName,
	int port,
	string userName,
	string password,
	ref string sMessage
)
Public Function connectRabbitMQ ( _
	virtualHost As String, _
	hostName As String, _
	port As Integer, _
	userName As String, _
	password As String, _
	ByRef sMessage As String _
) As Boolean
public:
bool^ connectRabbitMQ(
	String^ virtualHost, 
	String^ hostName, 
	int^ port, 
	String^ userName, 
	String^ password, 
	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.

Return Value

DataTable.