JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

JMS Service used by other Services to register and unregister JMS Message Listeners on JMS Queues and to schedule JMS messages

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R JMSService The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form

List of MBean operations:


void startListening()

Register MessageListener on JMS Queue

Param ParamType ParamValue ParamDescription
name java.lang.String Queue Name
listener javax.jms.MessageListener Message Listner
receiverCount int Receiver count

void stopListening()

Unregister MessageListener from JMS Queue

Param ParamType ParamValue ParamDescription
name java.lang.String Queue Name

void queue()

Send Message to JMS Queue

Param ParamType ParamValue ParamDescription
name java.lang.String Queue Name
obj java.io.Serializable Message Object
priority int JMS Priority
scheduledTime long Scheduled Delivery Time

void fail()

Indicate Message has exceeded maximum retry attempts

Param ParamType ParamValue ParamDescription
name java.lang.String Originating Queue Name
obj java.io.Serializable Message Object

void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

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