deRabbitMQTrigger..::..publishRabbitMQ Method
Publishing RabbitMQ
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
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.