PHP » GoLang |
login |
register |
about
|
Stomp::sendstomp_send(PECL stomp >= 0.1.0) Stomp::send -- stomp_send — Sends a message DescriptionObject oriented style (method): Procedural style: Sends a message to the Message Broker. 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. ExamplesSee stomp_ack(). |
more
Recently updated
more
Most requested
|