The AMQPConnection class
Introduction
Represents a connection to an AMQP broker.
Class synopsis
Table of Contents
- AMQPConnection::connect - Establish a connection with the AMQP broker.
- AMQPConnection::__construct - Create an instance of AMQPConnection
- AMQPConnection::disconnect - Closes the connection with the AMQP broker.
- AMQPConnection::isConnected - Determine if the AMQPConnection object is connected to the broker.
- AMQPConnection::reconnect - Closes any open connection and creates a new connection with the AMQP broker.
- AMQPConnection::setHost - Set the amqp host.
- AMQPConnection::setLogin - Set the login.
- AMQPConnection::setPassword - Set the password.
- AMQPConnection::setPort - Set the port.
- AMQPConnection::setVhost - Set the amqp virtual host




