FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRabbitMQTrigger..::..connectRabbitMQ Method

Test the connection to RabbitMQ

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

Syntax


public bool connectRabbitMQ(
	string sRabbitMQID,
	ref string sErrorMessage
)
Public Function connectRabbitMQ ( _
	sRabbitMQID As String, _
	ByRef sErrorMessage As String _
) As Boolean
public:
bool^ connectRabbitMQ(
	String^ sRabbitMQID, 
	String^% sErrorMessage
)

Parameters

sRabbitMQID
Type: String
The s rabbit mqid.
sErrorMessage
Type: String%
The s error message.

Return Value

true if XXXX, false otherwise.