Acknowledge does not work when reading a message from inputstream, is this a bug or expected? Thanks.
ActiveMQInputStream is = (ActiveMQInputStream)((ActiveMQConnection)locProducerConn).createInputStream(locDest); Message m = is.receive(); m.acknowledge(); Using ActiveMQ 4.0.1 -- View this message in context: http://www.nabble.com/ActiveMQInputStream---Message-Acknowledgement-tf2377471.html#a6624456 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
