WebSphere:*,type=ListenerPort
MBean ListenerPort
Management interface for JMS MessageListenerService ListenerPort
Attribute Summary | |
---|---|
java.lang.String | jmsConnJNDIName The JNDI name for the JMS ConnectionFactory in use by this ListenerPort. |
java.lang.String | jmsDestJNDIName The JNDI name for the JMS Queue or Topic in use by this ListenerPort. |
java.lang.Integer | maxSessions The value of max sessions in use by this ListenerPort. |
java.lang.Integer | maxRetries The value of max retries in use by this ListenerPort. |
java.lang.Integer | maxMessages The value of max messages in use by this ListenerPort. |
java.lang.Boolean | started Indicates whether this ListenerPort is started. |
Operation Summary | |
---|---|
void | start() Start the ListenerPort. |
void | stop() 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 |
---|
public java.lang.String jmsConnJNDIName
The JNDI name for the JMS ConnectionFactory in use by this ListenerPort.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String jmsDestJNDIName
The JNDI name for the JMS Queue or Topic in use by this ListenerPort.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Integer maxSessions
The value of max sessions in use by this ListenerPort.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Integer maxRetries
The value of max retries in use by this ListenerPort.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Integer maxMessages
The value of max messages in use by this ListenerPort.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Boolean started
Indicates whether this ListenerPort is started.
Getter:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Operation Detail |
---|
public void start()
Start the ListenerPort.
administrator
operator
public void stop()
Stop the ListenerPort.
administrator
operator
Notification Detail |
---|
This MessageListener is being started
6
(Normal, Cleared, or Informative)
This MessageListener is now running
6
(Normal, Cleared, or Informative)
This MessageListener is stopping
6
(Normal, Cleared, or Informative)
This Message Listener is now stopped
6
(Normal, Cleared, or Informative)