On 06/12/06, Gordon Sim <[EMAIL PROTECTED]> wrote:
Colin Crist wrote:
> 2. It should show messages that have been delivered but not
> acknowledged/committed.

This is a good point and wasn't considered in the rough sketch I sent
out earlier. Both the java and c++ brokers would need some modification
to make this easy to do. Unacked messages are currently held in the
'channels' for the consumers they were delivered to, and not in the
queue itself.

Would we actually want to support this except through the management
interface (I think in our management interface we only support getting
the count of the number of unacked msgs in the channel but I agree we
should enhance this to allow retrieval of the actual messages)?

Do any JMS providers provide this via the JMS QueueBrowser API?

RG

Reply via email to