[rabbitmq-discuss] (no subject)

Ranjitha Shet ranjithavshet09 at gmail.com
Wed Jan 8 11:38:42 GMT 2014


Hi,


channel.exchangeDeclare(exchangeName, "topic", false); // declaring a non
durable exchange
channel.queueDeclare(queueName, false, false, true, null);// non durable,
non exclusive, autoDelete



channel.basicConsume(queueName, true, consumer);



the flag here is set to true.., when gone through many searches.., found
that its defined differntly autoAck and noAck flag and al...
I am publishin Messages with Delivery mode = 1..
whichevr is the case.., are the messages is being stored on disk if the
flag is set to true in basicConsume??

if messages are getting stored.., is ther any way in which it can avoided??
Kindly help..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140108/dba75e2f/attachment.html>


More information about the rabbitmq-discuss mailing list