0 Replies Latest reply on May 15, 2005 4:07 PM by timfox

    Patch submitted

    timfox

      I've submitted a patch attached to JIRA JBMESSAGING-38.

      It contains the initial implementation for the JMS Queue Browsing functionality.

      It also contains several changes, mainly to messaging core classes to be able to discriminate between asynch and no asynch acknowledgements.

      Asynch. acks are now supported for Queues. I haven't implemented them for durable subsribers yet though.

      The patch is fairly large, mainly because the Receiver.handle() signature has changed, touching a lot of files. Most of the changes to these files are trivial though.

      All tests now pass.

      -Tim