lapin v0.1.1 Lapin.Pattern.RPC
Lapin.Pattern implementation for the RPC RabbitMQ pattern.
Link to this section Summary
Functions
Consumer acknowledgements enabled
Consumer message prefetch count
Declare exchange durable
Declare exchange type
Request publisher confirms (RabbitMQ only)
Request message mandatory routing when publishing
Request message persistence when publishing
Declare queue arguments
Declare queue durable
Bind queue to routing_key
Link to this section Functions
Consumer acknowledgements enabled
Callback implementation for Lapin.Pattern.consumer_ack/1
.
Consumer message prefetch count
Callback implementation for Lapin.Pattern.consumer_prefetch/1
.
Declare exchange durable
Callback implementation for Lapin.Pattern.exchange_durable/1
.
Declare exchange type
Callback implementation for Lapin.Pattern.exchange_type/1
.
Request publisher confirms (RabbitMQ only)
Callback implementation for Lapin.Pattern.publisher_confirm/1
.
Request message mandatory routing when publishing
Callback implementation for Lapin.Pattern.publisher_mandatory/1
.
Request message persistence when publishing
Callback implementation for Lapin.Pattern.publisher_persistent/1
.
Declare queue arguments
Callback implementation for Lapin.Pattern.queue_arguments/1
.
Declare queue durable
Callback implementation for Lapin.Pattern.queue_durable/1
.
Bind queue to routing_key
Callback implementation for Lapin.Pattern.routing_key/1
.