Closed ykim closed 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.
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.
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.