PHP Doku:: AMQP - book.amqp.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
AMQP
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Sonstige Dienste
≥
AMQP
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Sonstige Dienste
<<
Sonstige Dienste
Einführung
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Sonstige Dienste
AMQP
Constant hash database
CURL
File Alteration Monitor
FTP
Gearman
Gupnp
HTTP
Hyperwave
Hyperwave API
PHP / Java Integration
Lightweight Directory Access Protocol
Memcache
Memcached
mqseries
Net Gopher
Network
YP/NIS
Lotus Notes
Simple Asynchronous Messaging
SNMP
Sockets
Secure Shell2
Stomp Client
Subversion
TCP Wrappers
YAZ
UnterSeiten:
∨
Vordefinierte Konstanten
∨
Beispiele
∨
Installation/Konfiguration
∨
The AMQPConnection class
∨
The AMQPExchange class
∨
The AMQPQueue class
∨
Einführung
AMQP
Einführung
Installation/Konfiguration
Anforderungen
Installation
Laufzeit-Konfiguration
Ressource-Typen
Vordefinierte Konstanten
Beispiele
AMQPConnection
— The AMQPConnection class
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 still 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.
AMQPExchange
— The AMQPExchange class
AMQPExchange::bind
— The bind purpose
AMQPExchange::__construct
— Create an instance of AMQPExchange
AMQPExchange::declare
— Declare a new exchange on the broker.
AMQPExchange::delete
— Delete the exchange from the broker.
AMQPExchange::publish
— Publish a message to an exchange.
AMQPQueue
— The AMQPQueue class
AMQPQueue::ack
— Acknowledge the receipt of a message
AMQPQueue::bind
— Bind the given queue to a routing key on an exchange.
AMQPQueue::cancel
— Cancel a queue binding.
AMQPQueue::__construct
— Create an instance of an AMQPQueue object.
AMQPQueue::consume
— The consume purpose
AMQPQueue::declare
— Declare a new queue
AMQPQueue::delete
— Delete a queue and its contents.
AMQPQueue::get
— Retrieve the next message from the queue.
AMQPQueue::purge
— Purge the contents of a queue
AMQPQueue::unbind
— Unbind the queue from a routing key.
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...