amqp-0.12.3: Client library for AMQP servers (currently only RabbitMQ)

Safe HaskellNone
LanguageHaskell98

Network.AMQP.Types

Description

This module contains data-types specified in the AMQP spec

Synopsis

Documentation

data AMQPException Source

Constructors

ChannelClosedException String

the String contains the reason why the channel was closed

ConnectionClosedException String

String may contain a reason

AllChannelsAllocatedException Int

the Int contains the channel-max property of the connection (i.e. the highest permitted channel id)

type Bit = Bool Source

data FieldTable Source

Keys must be shorter than 256 bytes when encoded as UTF-8

Constructors

FieldTable (Map Text FieldValue)