dejanb / stomp-php

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

rabbitmq incompatibility #9

Open ejsmont-artur opened 12 years ago

ejsmont-artur commented 12 years ago

Hi there my name is Artur

I have forked 1.0 release and added a subclass showing how to make Stomp client work with rabbitm stomp plugin.

All you have to do is remove content-length header and possibly destination as i am not sure if destination may affect ACK.

Once you do that ACK will work.

Another issue not easy to find is that prefetch is not suppored and it is not disabled by default for rabbitm.

I have described changes needed for both on my blog here:

http://artur.ejsmont.org/blog/content/php-stomp-client-change-to-properly-ack-messages

Happy to help

Art

marklr commented 11 years ago

I think that this issue can be closed since #10 was merged.