PHP » GoLang |
login |
register |
about
|
GoLang SAMConnection::peekAll
request it (330)
GoLang replacement for PHP's SAMConnection::peekAll
[edit | history]
SAMConnection::peekAll(PECL sam >= 0.2.0) SAMConnection::peekAll — Read one or more messages from a queue without removing it from the queue Description
array SAMConnection::peekAll
( string
$target
[, array $properties
] )Parameters
Return Values
This method returns an array of SAMMessage objects or Examples
Example #1 Retrieve all messages in a queue without removing them
<?php
Example #2 Retrieve all messages from a queue with a matching correlation id
<?php |
more
Recently updated
more
Most requested
more
Last requests
|