<div dir="ltr">Hi,<br><br>�� <br>channel.exchangeDeclare(exchangeName, "topic", false); // declaring a non durable exchange<br>channel.queueDeclare(queueName, false, false, true, null);// non durable, non exclusive, autoDelete<br>
<br><br><br>channel.basicConsume(queueName, true, consumer);<br><br><br><br>the flag here is set to true.., when gone through many searches.., found that its defined differntly autoAck and noAck flag and al...<br>I am publishin Messages with Delivery mode = 1..<br>
whichevr is the case.., are the messages is being stored on disk if the flag is set to true in basicConsume??<br><br>if messages are getting stored.., is ther any way in which it can avoided??<br>Kindly help..<br><br><br>
</div>