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. |
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()