public class ConnectionPool
extends org.apache.activemq.jms.pool.ConnectionPool
implements javax.jms.ExceptionListener
Constructor and Description |
---|
ConnectionPool(javax.jms.Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
onException(javax.jms.JMSException exception) |
void |
start() |
close, createSession, decrementReferenceCount, expiredCheck, getBlockIfSessionPoolIsFullTimeout, getConnection, getExpiryTimeout, getIdleTimeout, getMaximumActiveSessionPerConnection, getNumActiveSessions, getNumIdleSessions, getNumSessions, incrementReferenceCount, isBlockIfSessionPoolIsFull, isUseAnonymousProducers, makeSession, setBlockIfSessionPoolIsFull, setBlockIfSessionPoolIsFullTimeout, setExpiryTimeout, setHasExpired, setIdleTimeout, setMaximumActiveSessionPerConnection, setUseAnonymousProducers, toString, unWrap, wrap
public void start() throws javax.jms.JMSException
start
in class org.apache.activemq.jms.pool.ConnectionPool
javax.jms.JMSException
public void onException(javax.jms.JMSException exception)
onException
in interface javax.jms.ExceptionListener
Copyright © 2020. All rights reserved.