Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.activemq.memory.buffer Classes and Interfaces - 4 results found.
NameDescriptionTypePackageFramework
MessageBufferRepresents a collection of MessageQueue instances which are all bound by the same memory buffer to fix the amount of RAM used to some uppper bound.Interfaceorg.apache.activemq.memory.bufferApache ActiveMQ
MessageQueueAllows messages to be added to the end of the buffer such that they are kept around and evicted in a FIFO manner.Classorg.apache.activemq.memory.bufferApache ActiveMQ
OrderBasedMessageBufferA MessageBuffer which evicts messages in arrival order so the oldest messages are removed first.Classorg.apache.activemq.memory.bufferApache ActiveMQ
SizeBasedMessageBufferA MessageBuffer which evicts from the largest buffers first.Classorg.apache.activemq.memory.bufferApache ActiveMQ