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
Data input types.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| InputType | InputType |
– | String, Byte Array |
Data input type. Possible values:
|
| 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. |