Stomp::beginstomp_beginStarts a transaction 説明オブジェクト指向型 (method):
public bool Stomp::begin(string
$transaction_id , array $headers = ?)手続き型: bool stomp_begin(resource
$link , string $transaction_id , array $headers = ?)Starts a transaction. パラメータ
戻り値
成功した場合に 例See stomp_commit or stomp_abort. 注意ヒント
Stomp は本来非同期です。同期通信を実装するには receipt ヘッダを追加します。これを追加すると、サーバーがメッセージを受領するかタイムアウトに達するまではメソッドが何も返さないようになります。 |