The AMQPChannel class
(No version information available, might only be in SVN)
Introduction
Represents a channel on an connection. Each connection can have multiple channels.
Class synopsis
Table of Contents
- AMQPChannel::commitTransaction — Commit a pending transaction
- AMQPChannel::__construct — Create an instance of an AMQPChannel object
- AMQPChannel::isConnected — Check the channel connection
- AMQPChannel::qos — Set the Quality Of Service settings for the given channel
- AMQPChannel::rollbackTransaction — Rollback a transaction
- AMQPChannel::setPrefetchCount — Set the number of messages to prefetch from the broker
- AMQPChannel::setPrefetchSize — Set the window size to prefetch from the broker
- AMQPChannel::startTransaction — Start a transaction
There are no user contributed notes for this page.
