public class JmsPoolConnectionFactoryProperties extends Object
Constructor and Description |
---|
JmsPoolConnectionFactoryProperties() |
Modifier and Type | Method and Description |
---|---|
Duration |
getBlockIfFullTimeout() |
Duration |
getIdleTimeout() |
int |
getMaxConnections() |
int |
getMaximumActiveSessionPerConnection()
Deprecated.
|
int |
getMaxSessionsPerConnection() |
Duration |
getTimeBetweenExpirationCheck() |
boolean |
isBlockIfFull() |
boolean |
isEnabled() |
boolean |
isUseAnonymousProducers() |
void |
setBlockIfFull(boolean blockIfFull) |
void |
setBlockIfFullTimeout(Duration blockIfFullTimeout) |
void |
setEnabled(boolean enabled) |
void |
setIdleTimeout(Duration idleTimeout) |
void |
setMaxConnections(int maxConnections) |
void |
setMaximumActiveSessionPerConnection(int maximumActiveSessionPerConnection)
Deprecated.
|
void |
setMaxSessionsPerConnection(int maxSessionsPerConnection) |
void |
setTimeBetweenExpirationCheck(Duration timeBetweenExpirationCheck) |
void |
setUseAnonymousProducers(boolean useAnonymousProducers) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isBlockIfFull()
public void setBlockIfFull(boolean blockIfFull)
public Duration getBlockIfFullTimeout()
public void setBlockIfFullTimeout(Duration blockIfFullTimeout)
public Duration getIdleTimeout()
public void setIdleTimeout(Duration idleTimeout)
public int getMaxConnections()
public void setMaxConnections(int maxConnections)
@Deprecated public int getMaximumActiveSessionPerConnection()
@Deprecated public void setMaximumActiveSessionPerConnection(int maximumActiveSessionPerConnection)
public int getMaxSessionsPerConnection()
public void setMaxSessionsPerConnection(int maxSessionsPerConnection)
public Duration getTimeBetweenExpirationCheck()
public void setTimeBetweenExpirationCheck(Duration timeBetweenExpirationCheck)
public boolean isUseAnonymousProducers()
public void setUseAnonymousProducers(boolean useAnonymousProducers)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.