Re: php ack problem

2012-01-05 Thread Dejan Bosanac
Found a bug related to this https://issues.apache.org/jira/browse/AMQ-3653 It's fixed on the trunk now. On the current version of broker, just avoid having content-length header in your acks. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integr

php ack problem

2012-01-04 Thread Christopher Wood
I have a problem with ActiveMQ not removing messages from a queue when the ack is received from PHP. Do you list denizens possibly know what's going on? As background, it appears that Net::STOMP::Client adds a content-length header to a message, whereas PHP's Stomp doesn't. When Net::STOMP::Clie