rbmq19 v0.3.2 RBMQ.Producer behaviour

AMQP channel producer.

You must configure connection (queue and exchange) before calling publish/1 function.

Summary

Callbacks

Publish new message to a linked channel

Callbacks

publish()
publish() :: :ok | :error

Publish new message to a linked channel.

If channel is down it will keep trying to send message with 3 second timeout.