Core Class and Module DocumentationΒΆ
For the end user, Pika is organized into a small set of objects for all communication with RabbitMQ.
A connection adapter is used to connect to RabbitMQ and manages the connection.
Connection parameters are used to instruct the
Connection
object how to connect to RabbitMQ.Authentication Credentials are used to encapsulate all authentication information for the
ConnectionParameters
class.A
Channel
object is used to communicate with RabbitMQ via the AMQP RPC methods.Exceptions are raised at various points when using Pika when something goes wrong.