The AMQPConnection class
(No version information available, might only be in SVN)
Introduction
Represents a connection to an AMQP broker.
Class synopsis
AMQPConnection
{
/* Methods */
}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::getHost — Get the configured host
- AMQPConnection::getLogin — Get the configured login
- AMQPConnection::getPassword — Get the configured password
- AMQPConnection::getPort — Get the configured port
- AMQPConnection::getTimeout — Get the configured timeout
- AMQPConnection::getVhost — Get the configured vhost
- 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::setTimeout — Set the timeout.
- AMQPConnection::setVhost — Set the amqp virtual host
There are no user contributed notes for this page.
