Re: Queue creation/deletion

2009-01-09 Thread Gordon Sim
Adam Chase wrote: I delayed giving message credit for a queue until the previous message had completed and this prevented the queue from getting deleted prematurely. When explicitly giving message credit, do you need to give more credit when you release a message? Or just for accepted messages?

Re: Queue creation/deletion

2009-01-09 Thread Adam Chase
I delayed giving message credit for a queue until the previous message had completed and this prevented the queue from getting deleted prematurely. When explicitly giving message credit, do you need to give more credit when you release a message? Or just for accepted messages? Adam On Fri, Jan

Re: Queue creation/deletion

2009-01-09 Thread Gordon Sim
Adam Chase wrote: So I'm trying this approach... I'm manually accepting the messages. And I have COMPLETE_ON_ACCEPT. It seems like the queue is able to be deleted even with the if_empty flag sent when my listener has the last message but I haven't accepted it yet. Not sure if that's a bug or n

Re: Queue creation/deletion

2009-01-09 Thread Adam Chase
So I'm trying this approach... I'm manually accepting the messages. And I have COMPLETE_ON_ACCEPT. It seems like the queue is able to be deleted even with the if_empty flag sent when my listener has the last message but I haven't accepted it yet. Not sure if that's a bug or not. If I check the