public interface MessageStoreViewMBean
Modifier and Type | Method and Description |
---|---|
void |
delete(String messageID)
Delete the Message with Given id
|
void |
deleteAll()
Delete all the Messages in Message store
|
String |
getEnvelope(String messageID)
Get the SOAP envelope of the given Message with given ID
|
List<String> |
getMessageIds()
Get the Message IDs of all stored Messages in the Message store
|
long |
getSize() |
void deleteAll()
List<String> getMessageIds()
void delete(String messageID)
messageID
- ID of the message to be deletedString getEnvelope(String messageID)
messageID
- ID of the message to be returnedlong getSize()
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.