AMQPCHANNEL(3) 1 AMQPCHANNEL(3)
The AMQPChannel class
INTRODUCTION
Represents a channel on an connection. Each connection can have multiple channels.
CLASS SYNOPSIS
AMQPChannel
AMQPChannel
Methods
o public void AMQPChannel::commitTransaction (void )
o
AMQPChannel::__construct (AMQPConnection $amqp_connection)
o public void AMQPChannel::isConnected (void )
o public void AMQPChannel::qos (int $size, int $count)
o public void AMQPChannel::rollbackTransaction (void )
o public void AMQPChannel::setPrefetchCount (int $count)
o public void AMQPChannel::setPrefetchSize (int $size)
o public void AMQPChannel::startTransaction (void )
PHP Documentation Group AMQPCHANNEL(3)