php stomp issues

2009-10-31 Thread massive.boisson
Hi, I have been able to setup php producing and java consuming messages. These are only text messages at the moment. Is there a way to send byte messages? I tried reading file from system and passing it along as body, with: $header = array("content-length"=>1); But I had problems: 1) I had to

Re: php stomp client download

2009-10-31 Thread Dejan Bosanac
Hi, it's there now. Seems like site update deleted the folder. Sorry about that. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Sat, Oct 31, 2009 at 4:29

Re: php stomp client download

2009-10-31 Thread massive.boisson
Dejane, thanks for reply. I get back: Not Found The requested URL /release/php/1.0/stomp-php-1.0.0.tar.gz was not found on this server. Using Firefox on Mac. Any idea what's going on? Thanks --MB Dejan Bosanac wrote: > > Hi, > > http://stomp.fusesource.org/release/php/1.0/stomp-php-1.0.

Re: php stomp client download

2009-10-31 Thread Dejan Bosanac
Hi, http://stomp.fusesource.org/release/php/1.0/stomp-php-1.0.0.tar.gz this is the correct link You don't have to install anything, just unpack it t your include_path See this for more info: http://stomp.fusesource.org/documentation/php/book.html Cheers -- Dejan Bosanac - http://twitter.com/de

Re: php stomp client download

2009-10-31 Thread massive.boisson
Aha, It seems I need to http://stomp.fusesource.org/documentation/php/developers.html Download the client and build it myself. Correct? Thanks --MB massive.boisson wrote: > > Hi, > > Should I download latest php stomp client form here > > (1) > http://stomp.fusesource.org/download.html

Re: Timing out inactive connections on persistent queues

2009-10-31 Thread Rob Davies
On 30 Oct 2009, at 23:20, lsclark wrote: Scenario: I have a consumer of a persistent queue that is prefetching messages. I'd like to implement a timeout on the broker side to timeout the connection and release all prefetched messages back for redelivery if the consumer hasn't ack'd back a