FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRabbitMQTrigger..::..publishRabbitMQ Method

Publishing RabbitMQ

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

Syntax


public bool publishRabbitMQ(
	string sRabbitMQConnectionID,
	string sQueueName,
	string sRoutingKey,
	string sExchangeName,
	string sMessage,
	Dictionary<string, Object> sParam
)
Public Function publishRabbitMQ ( _
	sRabbitMQConnectionID As String, _
	sQueueName As String, _
	sRoutingKey As String, _
	sExchangeName As String, _
	sMessage As String, _
	sParam As Dictionary(Of String, Object) _
) As Boolean
public:
bool^ publishRabbitMQ(
	String^ sRabbitMQConnectionID, 
	String^ sQueueName, 
	String^ sRoutingKey, 
	String^ sExchangeName, 
	String^ sMessage, 
	Dictionary<String^, Object^>^ sParam
)

Parameters

sRabbitMQConnectionID
Type: String
The s rabbit mq connection identifier.
sQueueName
Type: String
Name of the s queue.
sRoutingKey
Type: String
The s routing key.
sExchangeName
Type: String
Name of the s exchange.
sMessage
Type: String
The s message.
sParam
Type: Dictionary<(Of <(<'String, Object>)>)>
The s parameter.

Return Value

true if XXXX, false otherwise.