AMQPExchange
PHP Manual

AMQPExchange::publish

(PECL amqp >= Unknown)

AMQPExchange::publishPublish a message to an exchange.

説明

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

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

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

message

The message to publish.

routing_key

The routing key to which to publish.

返り値


AMQPExchange
PHP Manual