AMQPExchange
PHP Manual

AMQPExchange::publish

(PECL amqp >= Unknown)

AMQPExchange::publishPublish a message to an exchange.

Description

public void AMQPExchange::publish ( string $message , string $routing_key )

Publish a message to the exchange represented by the AMQPExchange object.

Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Liste de paramètres

message

The message to publish.

routing_key

The routing key to which to publish.

Valeurs de retour


AMQPExchange
PHP Manual