I would like to know the various ways by which we can acknowledge individual
messages received by the consumer. 
the one which people generally use is, we set the ActiveMQSession as
INDIVIDUAL_ACKNOWLEDGE, then we can send individual acknowledgment using
message.acknowledge() method. 
But i was wondering whether it is possible to send a the JMSCorrelationID of
the message to some queue in the broker as a acknowledgment to the broker??

In this way I don't need the entire message object to be stored for
acknowledgement, when it is possible using only the JMSCorrelationID.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Acknowledgement-from-consumer-tp4514900p4514900.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to