Uses of Class
com.swiftmq.impl.streams.comp.memory.QueueMemory
-
Uses of QueueMemory in com.swiftmq.impl.streams.comp.memory
Modifier and TypeClassDescriptionclass
Memory implementation that stores all Messages as non-persistent Messages in a Temporary Queue.Modifier and TypeMethodDescriptionCreates a Memory that stores Messages in a regular QueueQueueMemory.shared()
Marks the Queue that is used as backstore as shared by multiple QueueMemories.MemoryBuilder.sharedQueue
(String queueName) Creates a Memory that stores Messages in a regular Queue and shared that Queue with other QueueMemories of the same Stream