ActiveMQ streaming Message Acknowledgement

2013-08-23 Thread jobanovi
Hello! I am sending a WAV file over AMQ using IOStreams. I don't have a problem with transfering the file from the producer side to the consumer side. But there is a problem on the consumer side with message acknowledgement (I think) and I can play the file only after I purge the queue via

Re: ActiveMQInputStream Message Acknowledgement

2013-08-22 Thread jobanovi
Hello! I have similar issue with ActiveMQ 5.8.0. I am sending a WAV file over AMQ using IOStreams. I don't have a problem with transfering the file from the producer side to the consumer side. But there is a problem on the consumer side with message acknowledgement (I think) and I can play the