The AMQPQueue class

Introduction

Represents an AMQP queue.

Class synopsis

AMQPQueue {
/* Methods */
public void ack ( int $delivery_tag [, int $flags = NULL ] )
public void bind ( string $exchange_name [, string $routing_key = "" ] )
public void cancel ( string $consumer_tag )
__construct ( string $amqp_connection [, string $queue_name = "" ] )
public void consume ( array $options )
public void declare ( string $queue_name [, int $flags = AMQP_AUTODELETE ] )
public void delete ( string $queue_name )
public void get ( string $flags )
public void purge ( string $queue_name )
public void unbind ( string $exchange_name [, string $routing_key = "" ] )
}

Table of Contents


Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout