|
SAMConnection::peekAllRead one or more messages from a queue without removing it from the queue. Beschreibung
array SAMConnection::peekAll
( string
$target
[, array $properties
] )Parameter-Liste
Rückgabewerte
This method returns an array of SAMMessage objects or Beispiele
Beispiel #1 Retrieve all messages in a queue without removing them
<?php
Beispiel #2 Retrieve all messages from a queue with a matching correlation id
<?php |