ZF-11696: New STOMP protocol 1.1 specification exists
Description
There is already new STOMP protocol 1.1 specification exists http://stomp.github.com/stomp-specification-1.1.ht…
Zend_Queue_Stomp supports only 1.0 and won't work correctly with some servers.
Comments
Posted by Ryan Mauger (bittarman) on 2011-08-25T12:39:23.000+0000
Stomp 1.1 is designed to be backwards compatible with 1.0 clients, could you be clear about whether this is actually a feature request (to take advantage of 1.1 features) or if there is an actual bug with connecting to a 1.1 server with Zend_Queue?
Posted by Ryan Mauger (bittarman) on 2011-08-25T12:39:37.000+0000
Attaching component
Posted by Andrey Niakhaichyk (gnomeby) on 2011-08-25T12:49:44.000+0000
It is actual bug with connecting to 1.1 Servers (RabbitMQ and HornetQ). The realization 1.1 will fix it. It is also possible to fix ZF-11697 and ZF-9958 to improve such situation.