Class InMemoryQueue

    • Constructor Detail

      • InMemoryQueue

        public InMemoryQueue()
        Constructor to create a repository untracked queue.
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • closeAndPurge

        public void closeAndPurge()
        Description copied from interface: SessionMessageQueue
        Executes cleanup code to release the queue. A closed queue will not accept new items and will be removed from the repository.