STOMP(3) 1 STOMP(3)
The Stomp class
INTRODUCTION
Represents a connection between PHP and a Stomp compliant Message Broker.
CLASS SYNOPSIS
Stomp
Stomp
Methods
o public bool Stomp::abort (string $transaction_id, [array $headers])
o public bool Stomp::ack (mixed $msg, [array $headers])
o public bool Stomp::begin (string $transaction_id, [array $headers])
o public bool Stomp::commit (string $transaction_id, [array $headers])
o public Stomp::__construct ([string $broker = ini_get("stomp.default_broker_uri")], [string $username], [string $password], [array
$headers])
o public bool Stomp::__destruct (void )
o public string Stomp::error (void )
o public array Stomp::getReadTimeout (void )
o public string Stomp::getSessionId (void )
o public bool Stomp::hasFrame (void )
o public stompframe Stomp::readFrame ([string $class_name = "stompFrame"])
o public bool Stomp::send (string $destination, mixed $msg, [array $headers])
o public void Stomp::setReadTimeout (int $seconds, [int $microseconds])
o public bool Stomp::subscribe (string $destination, [array $headers])
o public bool Stomp::unsubscribe (string $destination, [array $headers])
PHP Documentation Group STOMP(3)