By Admin on Tuesday, 28 December 2021
Category: All

AMQP Publish Messages (2 / 3)

The method PublishMessages is used to send a message to the AMQP server.

AMQP Servers automatically bind the queues to "direct" exchange using the queue name as routing key. This allows to send a message to a specific queue without the need to declare a binding (just calling PublishMessage method and pasing the Exchange argument as empty value and the name of the queue in the RoutingKey argument).

Publish Messages 

The method has the following arguments:

Related Posts