dejanb / stomp-php

Stomp PHP Client
http://stomp.fusesource.org/documentation/php/
93 stars 46 forks source link

Stomp.php does not set durable topic header correctly #21

Closed ykim closed 11 years ago

ykim commented 11 years ago

In Stomp.php (line 332), there's a typo in the code for setting the durable topic header. Instead of activemq.subscriptionName, it reads activemq.subcriptionName. This is preventing durable topic from working correctly.

monofone commented 11 years ago

Hi, thanks for the info, I fixed the typo an committed the change, there is a new tag 2.1.0 as older changes restructured the code.