PHP » GoLang |
login |
register |
about
|
Stomp::ackstomp_ack(PECL stomp >= 0.1.0) Stomp::ack -- stomp_ack — Acknowledges consumption of a message DescriptionObject oriented style (method): Procedural style: Acknowledges consumption of a message from a subscription using client acknowledgment. Parameters
Return Values
Returns Notes
Tip
Stomp is inherently asynchronous. Synchronous communication can be implemented adding a receipt header. This will cause methods to not return anything until the server has acknowledged receipt of the message or until read timeout was reached. Examples
Example #1 Object oriented style
<?php
Example #2 Procedural style
<?php |
more
Recently updated
more
Most requested
more
Last requests
|