RabbitMQ

Frends.RabbitMQ.Publish / 1.12.0

Summary

Publishes a message to RabbitMQ as text or bytes, with headers, over a connection secured by password or client certificate.

Typical use — handing work between Processes and services asynchronously, where headers carry the routing and correlation detail

Details

Frends version
5.7 and newer
Agent
Crossplatform
Target framework
net8.0

Data input types.

Name Type Default Example Description
InputType InputType String, Byte Array

Data input type.

Possible values:

  • String: Data input type.

  • ByteArray: Data input type.

DataByteArray Byte[] 54 65 73 74 20 6d 65 73 73 61 67 65

Data payload in byte array format.

DataString String Test message

Data payload in string format.

Headers Header[] foo, bar

List of headers to be added to the request.

An unhandled error has occurred. Reload 🗙