A Seda delivery flow uses staged eventing for deliverying message exchanges to Components.The SedaFlow MBean is derived from the Message Flow MBean- see SedaFlow java doc
| Operations
Name |
Parameters |
Signature |
Description |
start |
void |
void |
starts the flow |
stop |
void |
void |
stops the flow |
shutDown |
void |
void |
shutDowns the flow |
onEvent |
void |
void |
Process state changes in Components |
release |
queue |
void |
release a queue |
|
| Attributes
Name |
type |
read/write |
Description |
capacity |
int |
read/write |
the default Capacity for MessageExchanges for all SedaQueues |
queueNumber |
int |
read-only |
the number of SedaQueues running |
|
SedaQueue MBean
A SedaQueue is used by the Seda style message flow for staging MessageExchanges before they are forwarded to the consuming Component - see SedaQueue java doc. A SedaQueue MBean is dervied from Life Cycle MBean.
| Attributes
Name |
type |
read/write |
Description |
name |
ComponentNameSpace |
read/write |
component name space |
|