|
SAMConnection::peekRead a message from a queue without removing it from the queue. Beschreibung
SAMMessage SAMConnection::peek
( string
$target
[, array $properties
] )Parameter-Liste
Rückgabewerte
This method returns a SAMMessage object or Beispiele
Beispiel #1 Retrieve the next message from a queue without removing it
<?php
Beispiel #2 Retrieve a specific message from a queue without removing it from the queue
<?php |