|
SAMConnection::peekAllRead 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 |