Publishers
Publishing are blocking actions in the underlying Java client so you need to pass in a cats.effect.Blocker
when creating the RabbitClient
client.
- Publisher: A simple message publisher.
- Publisher with Listener: A publisher with a listener for messages that can not be routed.
- Publishing Json: Publishing Json messages using the
fs2-rabbit-circe
module.