On 1/10/07, Wing <[EMAIL PROTECTED]> wrote:
If I am using auto ack or client ack, can I see where the ack is sent or see the ack in the log? I want to trace when the ack is really sent.
You can use a transport interceptor to watch every command sent along the wire if you like (see TransportLogger). Or just add some logging yourself to the ActiveMQ code -- James ------- http://radio.weblogs.com/0112098/
