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
public java.lang.String jmsDestJNDIName
public java.lang.Integer maxSessions
public java.lang.Integer maxRetries
public java.lang.Integer maxMessages
public java.lang.Boolean started
Operation Detail |
public void start()
public void stop()
Notification Detail |