Package org.apache.activemq.store.memory
Interface MemoryTransactionStore.AddMessageCommand
- Enclosing class:
- MemoryTransactionStore
public static interface MemoryTransactionStore.AddMessageCommand
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.command.Messagevoidrun(ConnectionContext context) voidsetMessageStore(MessageStore messageStore)
-
Method Details
-
getMessage
org.apache.activemq.command.Message getMessage() -
getMessageStore
MessageStore getMessageStore() -
run
- Throws:
IOException
-
setMessageStore
-