public interface MessageForwardingProcessorViewMBean
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activate the Message Processor.
|
void |
deactivate()
Deactivate the Message Processor
This will stop the processing of Messages.
|
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
|
int |
getSize() |
boolean |
isActive()
Get the Status of the Message Processor
|
List<String> |
messageIdList()
Get the Message IDs of all stored Messages in the Message store
|
void |
resend(String messageID)
Resend the Message with the given id
return false if fail to re try deliver the message
|
void |
resendAll()
try resending all messages stored in the message store via associated endpoints.
|
void resendAll()
throws Exception
Exceptionvoid deleteAll()
throws Exception
ExceptionList<String> messageIdList() throws Exception
Exceptionvoid resend(String messageID) throws Exception
messageID - ID of the message to be resentExceptionvoid delete(String messageID) throws Exception
messageID - ID of the message to be deletedExceptionString getEnvelope(String messageID) throws Exception
messageID - ID of the message to be returnedExceptionint getSize()
boolean isActive()
void activate()
void deactivate()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.