JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

A deployable JBoss Messaging Connection Factory

List of MBean attributes:

Name Type Access Value Description
ClientID java.lang.String R null The connection factory client identifier
JNDIBindings org.w3c.dom.Element RW The element containing the JNDI bindings this connection factory is to be bound under
PrefetchSize int RW The maximum number of messages that will be prefetched by the client side consumer
SlowConsumers boolean RW True False Does this connection factory create slow consumers? Slow consumers never buffer messages
DefaultTempQueueFullSize int RW The default value of paging full size for any temporary queues created for connections from this connection factory
DefaultTempQueuePageSize int RW The default value of paging page size for any temporary queues created for connections from this connection factory
DefaultTempQueueDownCacheSize int RW The default value of paging down cache size for any temporary queues created for connections from this connection factory
DupsOKBatchSize int RW The value of the DUPS_OK_ACKNOWLEDGE batch size to use for sessions created from this connection factory
ServerPeer javax.management.ObjectName RW View MBean The ObjectName of the server peer this destination was deployed on
Connector javax.management.ObjectName RW View MBean The ObjectName of the remoting connector this destination will use
SupportsFailover boolean RW True False Does this connection factory support transparent failover?
SupportsLoadBalancing boolean RW True False Does this connection factory support internal load balancing on createConnection(...) requests?
LoadBalancingFactory java.lang.String RW The pluggable load balancing policy factory that is used to decide the next cluster node to create a clustered connection to
StrictTck boolean RW True False Does this CF support StrictTCK
SendAcksAsync boolean RW True False Should acknowledgements be sent asynchronously?
DisableRemotingChecks boolean RW True False Disable remoting connector parameter sanity checks. There is rarely a good reason to set this to true

List of MBean operations:


void create()

JBoss Service lifecycle operation


void start()

JBoss Service lifecycle operation


void stop()

JBoss Service lifecycle operation


void destroy()

JBoss Service lifecycle operation