gen_amqp v1.0.0 GenAMQP.Conn
Handles the internals for AMQP connections
Summary
Functions
Closes a channel
Creates a new channel
Publish a message in an asynchronous way
Works like a request respone
Response a given request
Starts the connection
Subscribes to an specific queue
Functions
Closes a channel
Creates a new channel
publish(name, exchange, payload, chan_name)
publish(GenServer.name, String.t, String.t, atom) :: any
Publish a message in an asynchronous way
request(name, exchange, payload, chan_name)
request(GenServer.name, String.t, String.t, atom) :: any
Works like a request respone
Response a given request
Starts the connection
Subscribes to an specific queue