1.How JMS producer gets acknowledgment that message is sent successfully to Broker/MOM/JMS Server.
2.How JMS producer gets acknowledgment that message is delivered successfully to the consumer(in both sync and async case)
3.How JMS Consumer makes it sure that message is read successfully to broker and producer.
Is it AUTO_Acknowledgment ?
4.How JMS Consumer makes it sure that message is processed successfully to broker and producer.
Is it AUTO_Acknowledgment ?
0
votes