You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The JBIContainer MBean is uses the Life Cycle MBeanfor life cycle management. All life cycle operations (start,stop,shutdown) are recursively applied to all the contained Components and internal services of the Container.


Operations

Name

Parameters

Signature

Description

start

void

void

starts processing

stop

void

void

stop the container from processing

shutDown

void

void

shutdowns the container from processing

sendExchange

exchange

void

routes an ExchangePacket to a destination

registerExternalEndpoint

context, externalEndpoint

void

registers an external endpoint

deregisterExternalEndpoint

context, externalEndpoint

void

deregisters an external endpoint

resolveEndpointReference

context, epr

void

resolves a reference to an endpoint

registerExternalEndpoint

context, externalEndpoint

void

registers an external endpoint


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


  • No labels