Stomp::send
PHP function
Edit on GitHub ✎
(PECL stomp >= 0.1.0)
Sends a message
Description
Oop (method):
Stomp::send(string $destination, mixed $msg, [array $headers]): bool
Procedural:
stomp_send(resource $link, string $destination, mixed $msg, [array $headers]): bool
Sends a message to the Message Broker.
Parameters
destinationWhere to send the message
msgMessage to send.
Return Values
Success
Examples
See stomp_ack().