stomp.php line 328
$headers["activemq.subcriptionName"] = $this->clientId;
there is a spelling error.
should be $headers["activemq.subscriptionName"] = $this->clientId;
if we use ActiveMQ 5.6.0 , there will be a problem.
link: http://stomp.fusesource.org/documentation/php/book.html download: http://stomp.fusesource.org/download.html