----- "Hiram Chirino" <[EMAIL PROTECTED]> wrote:
> That's awesome..  Has anybody put stuff up on http://pecl.php.net
> before??  I think that would be the best place to host the PHP Stomp
> impl.  What do you guys think?
> 
> Regards,
> Hiram


  If you do that, make sure to include a note to use a 4.2-SNAPSHOT version, 
and not 4.1.1.

  4.1.1 Stomp support is buggy.  Stomp consumers that crash, will lose all 
un-acked messages.  Basically, ActiveMQ 4.1.1 only recovers un-acked Stomp 
messages, if the socket is cleanly closed with a DISCONNECT.  So if there is a 
network problem, or something, and the client loses its connect, the un-acked 
message(s) from the previous session are gone.

Tom 

Reply via email to