JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

JBoss JMS Resource Adapter

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R RARDeployment Return the service name
State int R 3 Return the service state
StateString java.lang.String R Started Return the service's state as a String
MetaData org.jboss.resource.metadata.ConnectorMetaData R ConnectorMetaData@192df99[version=1.5 vendorName=JBoss, Inc eisType=JMS 1.1 Server resourceAdapterVersion=4.0 resourceAdapterClass=org.jboss.resource.adapter.jms.JmsResourceAdapter license=LicenseMetaData@195f21c[required=true descriptions=[DescriptionMetaData@14a4cad[language=en description=COPYRIGHT AND PERMISSION NOTICE Copyright (c) 2004 JBoss, Inc This is released under the terms of the LGPL. See gnu.org for details.]]] properties=[] descriptions=[DescriptionGroupMetaData@f03324[language=en description=JBoss JMS Resource Adapter displayName=JMS Adapter]] connectionDefinitions=[ConnectionDefinitionMetaData@916f80[managedConnectionFactoryClass=org.jboss.resource.adapter.jms.JmsManagedConnectionFactory connectionFactoryInterfaceClass=org.jboss.resource.adapter.jms.JmsConnectionFactory connectionFactoryImplementationClass=org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl connectionInterfaceClass=javax.jms.Session connectionImplementationClass=org.jboss.resource.adapter.jms.JmsSession properties=[ConfigPropertyMetaData@152643[name=ClientID type=java.lang.String value= descriptions=[DescriptionMetaData@1adb548[language=en description=The client id for this connection factory]]], ConfigPropertyMetaData@8321c8[name=Strict type=java.lang.Boolean value=true descriptions=[DescriptionMetaData@1589c44[language=en]]], ConfigPropertyMetaData@f01d52[name=Password type=java.lang.String value= descriptions=[DescriptionMetaData@7b664a[language=en description=The password used to login to the jms server]]], ConfigPropertyMetaData@24eafa[name=SessionDefaultType type=java.lang.String value=javax.jms.Topic descriptions=[DescriptionMetaData@1788485[language=en description=The default session type]]], ConfigPropertyMetaData@2f4813[name=JmsProviderAdapterJNDI type=java.lang.String value=java:DefaultJMSProvider descriptions=[DescriptionMetaData@1444afb[language=en description=The jndi name of the provider of connection factories]]], ConfigPropertyMetaData@1bef987[name=UserName type=java.lang.String value= descriptions=[DescriptionMetaData@96aa84[language=en description=The user name used to login to the jms server]]]]]] transactionSupport=TransactionSupportMetaData@194d907[transactionSupport=XATransaction] authenticationMechanism=AuthenticationMechanismMetaData@13495d9[authenticationMechanismType=BasicPassword credentialInterfaceClass=javax.resource.spi.security.PasswordCredential descriptions=[DescriptionMetaData@159f2cb[language=en]]] reauthenticationSupport=false messageListeners=[MessageListenerMetaData@a39de[type=javax.jms.MessageListener activationSpecType=org.jboss.resource.adapter.jms.inflow.JmsActivationSpec requiredProperties=[RequiredConfigPropertyMetaData@15d45d9[name=destination descriptions=[DescriptionMetaData@532897[language=en]]], RequiredConfigPropertyMetaData@35dc95[name=destinationType descriptions=[DescriptionMetaData@18ddcf4[language=en]]]]]] adminobjects=[] securityPermissions=[]] The meta data
AuthenticationMechanism java.lang.String R BasicPassword The authentication mechanism
EISType java.lang.String R JMS 1.1 Server The EIS type
License java.lang.String R COPYRIGHT AND PERMISSION NOTICE Copyright (c) 2004 JBoss, Inc This is released under the terms of the LGPL. See gnu.org for details. The license
RAClass java.lang.String R org.jboss.resource.adapter.jms.JmsResourceAdapter The resource adapter class
RAVersion java.lang.String R 4.0 The resource adapter version
TransactionSupport java.lang.String R TransactionSupportMetaData@194d907[transactionSupport=XATransaction] The transaction support
VendorName java.lang.String R JBoss, Inc The vendor name
Version java.lang.String R 1.5 The spec version
ReauthenticationSupport boolean R False Whether reauthentication support is supported
ResourceAdapter javax.resource.spi.ResourceAdapter R org.jboss.resource.adapter.jms.JmsResourceAdapter@1f5aee7 The resource adapter instance

List of MBean operations:


void create()

create service lifecycle operation


void start()

start service lifecycle operation


void stop()

stop service lifecycle operation


void destroy()

destroy service lifecycle operation


void jbossInternalLifecycle()

Internal lifecycle (for internal use)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle method

javax.resource.spi.ActivationSpec createActivationSpec()

Create an activation spec

Param ParamType ParamValue ParamDescription
MessagingType java.lang.Class The type of the message listener
ActivationConfig java.util.Collection A collection of activation config properties

java.lang.Void endpointActivation()

Active the endpoint

Param ParamType ParamValue ParamDescription
MessageEndpointFactory javax.resource.spi.endpoint.MessageEndpointFactory The message endpoint factory
ActivationSpec javax.resource.spi.ActivationSpec The activation spec

java.lang.Void endpointDeactivation()

Deactive the endpoint

Param ParamType ParamValue ParamDescription
MessageEndpointFactory javax.resource.spi.endpoint.MessageEndpointFactory The message endpoint factory
ActivationSpec javax.resource.spi.ActivationSpec The activation spec