Attribute Name
Access
Type
Description
Attribute Value
PersistenceManager
RW
javax.management.ObjectName
The ObjectName of the persistence manager
View MBean
PostOffice
RW
javax.management.ObjectName
The ObjectName of the post office
View MBean
JMSUserManager
RW
javax.management.ObjectName
The ObjectName of the jms user manager
View MBean
Instance
R
java.lang.Object
The instance to be accessed by select plugins via a typed hard reference
ServerPeer[0]
JMSVersion
R
java.lang.String
The version of the JMS specification implemented by this provider
1.1
JMSMajorVersion
R
int
The major version of the JMS specification implemented by this provider
1
JMSMinorVersion
R
int
The minor version of the JMS specification implemented by this provider
1
JMSProviderName
R
java.lang.String
The JMS provider name
JBoss Messaging
ProviderVersion
R
java.lang.String
The fully qualified provider version string
1.4.3.GA
ProviderMajorVersion
R
int
The JMS provider major version number
1
ProviderMinorVersion
R
int
The JMS provider minor version number
4
Destinations
R
java.util.Set
Returns a Set of javax.jms.Destinations (Queues and Topics) containing the current active destinations
[JBossQueue[DLQ], JBossQueue[ExpiryQueue], JBossTopic[testTopic]]
MessageCounters
R
java.util.List
The message counters
[Queue,Queue.ExpiryQueue,-,-,0,0,0,0,-, Queue,Queue.DLQ,-,-,0,0,0,0,-]
MessageStatistics
R
java.util.List
The message statistics
[Queue,Queue.ExpiryQueue,-,-,0,0,0,0,-, Queue,Queue.DLQ,-,-,0,0,0,0,-]
DefaultDLQ
RW
javax.management.ObjectName
The ObjectName of the default DLQ - used when an individual queue does not specify a DLQ
View MBean
DefaultExpiryQueue
RW
javax.management.ObjectName
The ObjectName of the default expiry queue - used when an individual queue does not specify an expiry queue
View MBean
ServerPeerID
RW
int
The ID of the ServerPeer. Must be unique per JBoss instance
DefaultQueueJNDIContext
RW
java.lang.String
The default JNDI context queues are bound under.
DefaultTopicJNDIContext
RW
java.lang.String
The default JNDI context topics are bound under.
ServerAopConfig
RW
java.lang.String
The aop.xml resource name for the server aspects.
ClientAopConfig
RW
java.lang.String
The aop.xml resource name for the client aspects.
SecurityStore
RW
org.jboss.jms.server.SecurityStore
The SecurityStore implementation for the server.
DefaultMaxDeliveryAttempts
RW
int
The default maximum delivery attempts for destinations, unless overridden on the destination
FailoverStartTimeout
RW
long
The maximum amount of time to wait for failover to begin
FailoverCompleteTimeout
RW
long
The maximum amount of time to wait for failover to complete
DefaultRedeliveryDelay
RW
long
How long to wait before redelivery, can be overridden on the destination
MessageCounterSamplePeriod
RW
long
The period between which the message counter manager enquires for statistics from queues
ClusterPullConnectionFactoryName
RW
java.lang.String
The name of the connection factory used to create connections to pull messages from one node to another
DefaultPreserveOrdering
RW
boolean
When pulling messages do we need to preserve the ordering of messages consumed from a particular producer, for a particular consumer?
True False
RecoverDeliveriesTimeout
RW
long
When a failover occurs the max. amount of time the server will keep messages in its recovery area. waiting for clients to reconnect
DefaultMessageCounterHistoryDayLimit
RW
int
The default max number of messages per day in message counter history
SupportsFailover
RW
boolean
Should Server Side Failover be executed
True False
StrictTck
RW
boolean
Should strict TCK behaviour be always followed?
True False
EnableMessageCounters
RW
boolean
Enable message counters
True False
SuckerPassword
W
java.lang.String
The password used for message suckers. Must match the SecurityStore.SuckerPassword.