<div dir="ltr"><div><div><div><div>Hi,<br></div>I am making a consumer framework in java for consuming messages from the queues.<br></div>I am sharing a single rabbitmq connection and channel among 4 threads.<br></div>My question is can we store the &quot;delivery.getEnvelope().getDeliveryTag()&quot; in a object while fetching the message from Rabbit and use the same &quot;delivery.getEnvelope().getDeliveryTag()&quot; stored in object for Acknowledgement after processing of message.<br>
</div><div>Processing is taking a little more time in our case , So we are thinking of storing the &quot;delivery.getEnvelope().getDeliveryTag()&quot; in an Object and use it later for Acknowledgement.<br></div><div>Is it fine to do so or will it casue any issue in application.<br>
</div><div><br><br></div>Thanks<br>Saurabh Sharma<br></div>