Network.AMQP

Connection

data Connection

data ConnectionOpts

data TLSSettings

defaultConnectionOpts

openConnection

openConnection'

openConnection''

closeChannel

closeConnection

addConnectionClosedHandler

Channel

data Channel

openChannel

addReturnListener

addChannelExceptionHandler

qos

Exchanges

data ExchangeOpts

newExchange

declareExchange

bindExchange

bindExchange'

unbindExchange

unbindExchange'

deleteExchange

Queues

data QueueOpts

newQueue

declareQueue

bindQueue

bindQueue'

unbindQueue

unbindQueue'

purgeQueue

deleteQueue

Messaging

data Message

data DeliveryMode

data PublishError

data ReturnReplyCode

newMsg

data Envelope

type ConsumerTag

data Ack

consumeMsgs

consumeMsgs'

cancelConsumer

publishMsg

publishMsg'

getMsg

rejectMsg

rejectEnv

recoverMsgs

ackMsg

ackEnv

Transactions

txSelect

txCommit

txRollback

Confirms

confirmSelect

waitForConfirms

waitForConfirmsUntil

addConfirmationListener

data ConfirmationResult

data AckType

Flow Control

flow

SASL

data SASLMechanism

plain

amqplain

rabbitCRdemo

Exceptions

data AMQPException

data ChanThreadKilledException

URI parsing

fromURI