update : 2015.11.03
php.shukuma.com검색:
|
Messaging operationsAll messaging operations are performed through calls to methods on the connection object. To add a message to a queue the "send" method is used, to obtain a message from a queue the "receive" method is used. Other methods provide publish and subscribe functionality and control of transaction boundaries.
Example #1 Adding a message to a queue and receiving a response
<?php |