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
Name |
Parameters |
Signature |
Description |
reset |
void |
void |
reset all stats counters |
|
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.
Name |
type |
read/write |
Description |
capacity |
int |
read/write |
capacity for MessageExchanges for this queue |
|