ListenerPort MBean

Partial ObjectName:
WebSphere:*,type=ListenerPort


MBean ListenerPort

Management interface for JMS MessageListenerService ListenerPort


Attribute Summary

java.lang.StringjmsConnJNDIName
           The JNDI name for the JMS ConnectionFactory in use by this ListenerPort.
java.lang.StringjmsDestJNDIName
           The JNDI name for the JMS Queue or Topic in use by this ListenerPort.
java.lang.IntegermaxSessions
           The value of max sessions in use by this ListenerPort.
java.lang.IntegermaxRetries
           The value of max retries in use by this ListenerPort.
java.lang.IntegermaxMessages
           The value of max messages in use by this ListenerPort.
java.lang.Booleanstarted
           Indicates whether this ListenerPort is started.

Operation Summary

voidstart()
           Start the ListenerPort.
voidstop()
           Stop the ListenerPort.

Notification Summary

j2ee.state.starting
           This MessageListener is being started
j2ee.state.running
           This MessageListener is now running
j2ee.state.stopping
           This MessageListener is stopping
j2ee.state.stopped
           This Message Listener is now stopped

Attribute Detail

jmsConnJNDIName

public java.lang.String jmsConnJNDIName

     The JNDI name for the JMS ConnectionFactory in use by this ListenerPort.

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


jmsDestJNDIName

public java.lang.String jmsDestJNDIName

     The JNDI name for the JMS Queue or Topic in use by this ListenerPort.

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


maxSessions

public java.lang.Integer maxSessions

     The value of max sessions in use by this ListenerPort.

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


maxRetries

public java.lang.Integer maxRetries

     The value of max retries in use by this ListenerPort.

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


maxMessages

public java.lang.Integer maxMessages

     The value of max messages in use by this ListenerPort.

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


started

public java.lang.Boolean started

     Indicates whether this ListenerPort is started.

     

Security Roles:

     Getter:
     administrator
     operator
     configurator
     monitor
     deployer
     adminsecuritymanager


Operation Detail

start

public void start()

     Start the ListenerPort.

Security Roles:

     administrator
     operator


stop

public void stop()

     Stop the ListenerPort.

Security Roles:

     administrator
     operator


Notification Detail

j2ee.state.starting

     This MessageListener is being started

Severity:

6  (Normal, Cleared, or Informative)


j2ee.state.running

     This MessageListener is now running

Severity:

6  (Normal, Cleared, or Informative)


j2ee.state.stopping

     This MessageListener is stopping

Severity:

6  (Normal, Cleared, or Informative)


j2ee.state.stopped

     This Message Listener is now stopped

Severity:

6  (Normal, Cleared, or Informative)


Copyright IBM Corporation 2002, 2012