public interface FailoverMessageForwardingProcessorViewMBean
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(java.lang.String messageID)
Delete the Message with Given id
|
void |
deleteAll()
Delete all the Messages in Message store
|
java.lang.String |
getEnvelope(java.lang.String messageID)
Get the SOAP envelope of the given Message with given ID
|
int |
getSize() |
boolean |
isActive()
Get the Status of the Message Processor
|
java.util.List<java.lang.String> |
messageIdList()
Get the Message IDs of all stored Messages in the Message store
|
void |
resend(java.lang.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.
|
void resendAll() throws java.lang.Exception
java.lang.Exception
void deleteAll() throws java.lang.Exception
java.lang.Exception
java.util.List<java.lang.String> messageIdList() throws java.lang.Exception
java.lang.Exception
void resend(java.lang.String messageID) throws java.lang.Exception
messageID
- ID of the message to be resentjava.lang.Exception
void delete(java.lang.String messageID) throws java.lang.Exception
messageID
- ID of the message to be deletedjava.lang.Exception
java.lang.String getEnvelope(java.lang.String messageID) throws java.lang.Exception
messageID
- ID of the message to be returnedjava.lang.Exception
int getSize()
boolean isActive()
void activate()
void deactivate()
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.