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
Exception
void deleteAll() throws Exception
Exception
List<String> messageIdList() throws Exception
Exception
void resend(String messageID) throws Exception
messageID
- ID of the message to be resentException
void delete(String messageID) throws Exception
messageID
- ID of the message to be deletedException
String getEnvelope(String messageID) throws Exception
messageID
- ID of the message to be returnedException
int getSize()
boolean isActive()
void activate()
void deactivate()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.