Acknowledgement Timeout

2012-04-03 Thread oBanawalikar
I want to set the timeout period for the Acknowledge i.e. if the acknowledge is not received for the particular message from consumer within a time period then, the broker should resend the message to the consumer. For this purpose should we set the /initialRedeliveryDelay/ field or

Acknowledgement from consumer

2012-03-29 Thread oBanawalikar
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

Re: Acknowledgement from consumer

2012-03-29 Thread oBanawalikar
Hey Torsten, what do you mean by control over acknowledge?? The reason I m asking questions related to acknowledgment from consumer, is that i want to only acknowledge messages after they have been processed by some processing engine. I can only send the messages to the engine using a Adapter??