Producer Window Size

2013-06-25 Thread bizcenter
().dispatchAsync(ack); } } -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-Window-Size-tp4668545.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Producer Window Size

2013-06-25 Thread bizcenter
().dispatchAsync(ack); } } -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-Window-Size-tp4668547.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Producer Window Size

2013-06-25 Thread Christian Posta
); if (sendProducerAck) { ProducerAck ack = new ProducerAck(producerInfo.getProducerId(), message.getSize()); context.getConnection().dispatchAsync(ack); } } -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-Window-Size