Re: Ack'ing persistent messages

2007-04-20 Thread Jim Alateras
James Strachan wrote: Try turning on debug logging. anything specific. If you could provide a JUnit test case for what you're doing it always helps will do early next week cheers

Re: Ack'ing persistent messages

2007-04-19 Thread James Strachan
Try turning on debug logging. If you could provide a JUnit test case for what you're doing it always helps On 4/20/07, Jim Alateras <[EMAIL PROTECTED]> wrote: This doesn't seem to be working. I am using persistent queues in a non-transacted session. What log4j settings should i set to see what

Re: Ack'ing persistent messages

2007-04-19 Thread Jim Alateras
This doesn't seem to be working. I am using persistent queues in a non-transacted session. What log4j settings should i set to see what is happening. cheers On 4/19/07, James Strachan <[EMAIL PROTECTED]> wrote: On 4/19/07, Jim Alateras <[EMAIL PROTECTED]> wrote: > If i synchronously retrieve

Re: Ack'ing persistent messages

2007-04-19 Thread James Strachan
On 4/19/07, Jim Alateras <[EMAIL PROTECTED]> wrote: If i synchronously retrieve messages of a persistent queue and i only ack the last message will that implicitly ack all the other messages that have come beforeor do i need to ack each message explicitly Acking the last message delivered s

Ack'ing persistent messages

2007-04-18 Thread Jim Alateras
If i synchronously retrieve messages of a persistent queue and i only ack the last message will that implicitly ack all the other messages that have come beforeor do i need to ack each message explicitly cheers