Search Java Classes and Packages
Search Java Frameworks and Libraries
 
  
    
      
      
      #Org.apache.activemq.memory.buffer Classes and Interfaces - 4 results found. 
        
      | Name | Description | Type | Package | Framework | 
| MessageBuffer | Represents 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. | Interface | org.apache.activemq.memory.buffer | Apache ActiveMQ | 
|
| MessageQueue | Allows messages to be added to the end of the buffer such that they are kept around and evicted in a FIFO manner. | Class | org.apache.activemq.memory.buffer | Apache ActiveMQ | 
|
| OrderBasedMessageBuffer | A MessageBuffer which evicts messages in arrival order so the oldest messages are removed first. | Class | org.apache.activemq.memory.buffer | Apache ActiveMQ | 
|
| SizeBasedMessageBuffer | A MessageBuffer which evicts from the largest buffers first. | Class | org.apache.activemq.memory.buffer | Apache ActiveMQ |