(PECL stomp >= 0.1.0)
Stomp::subscribe -- stomp_subscribe — Registers to listen to a given destination
Object oriented style (method):
Procedural style:
Registers to listen to a given destination.
手続き型のみ: stomp_connect() が返す stomp リンク ID。
Destination to subscribe to.
追加のヘッダ (例: receipt) を含む連想配列。
成功した場合に TRUE を、失敗した場合に FALSE を返します。
Stomp は本来非同期です。同期通信を実装するには receipt ヘッダを追加します。これを追加すると、サーバがメッセージを受領するかタイムアウトに達するまではメソッドが何も返さないようになります。
See stomp_ack().