PHP TUTORIALS FOR WEB DEVELOPERS - PHP ROCKERS
PHP Developers, Coding, Tutorials, Developments
Category
(Move to ...)
javascript
wordpress
php interview questions and answers
joomla
PHP
drupal
▼
How to send message via Queue in Amazon?
The SendMessage action delivers a message to the specified queue.
// Send a message to the queue
$sqs = new AmazonSQS();
$response = $sqs->send_message('example-queue', 'This is my message.');
// Success?
var_dump($response->isOK());
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment