(PECL stomp >= 0.1.0)
Stomp::unsubscribe -- stomp_unsubscribe — Removes an existing subscription
オブジェクト指向型 (method):
手続き型:
Removes an existing subscription.
linkdestinationheadersSee stomp_ack().
Stomp は本来非同期です。同期通信を実装するには receipt ヘッダを追加します。これを追加すると、サーバーがメッセージを受領するかタイムアウトに達するまではメソッドが何も返さないようになります。