|
SAMConnection::peekRead a message from a queue without removing it from the queue. Description
SAMMessage SAMConnection::peek
( string
$target
[, array $properties
] )Parameters
Return Values
This method returns a SAMMessage object or Examples
Example #1 Retrieve the next message from a queue without removing it
<?php
Example #2 Retrieve a specific message from a queue without removing it from the queue
<?php |