类 JmsPoolConnectionFactoryProperties
java.lang.Object
org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryProperties
Configuration properties for connection factory pooling.
- 从以下版本开始:
- 2.1.0
- 作者:
- Stephane Nicoll
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
int
boolean
boolean
boolean
void
setBlockIfFull
(boolean blockIfFull) void
setBlockIfFullTimeout
(Duration blockIfFullTimeout) void
setEnabled
(boolean enabled) void
setIdleTimeout
(Duration idleTimeout) void
setMaxConnections
(int maxConnections) void
setMaxSessionsPerConnection
(int maxSessionsPerConnection) void
setTimeBetweenExpirationCheck
(Duration timeBetweenExpirationCheck) void
setUseAnonymousProducers
(boolean useAnonymousProducers)
-
构造器详细资料
-
JmsPoolConnectionFactoryProperties
public JmsPoolConnectionFactoryProperties()
-
-
方法详细资料
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isBlockIfFull
public boolean isBlockIfFull() -
setBlockIfFull
public void setBlockIfFull(boolean blockIfFull) -
getBlockIfFullTimeout
-
setBlockIfFullTimeout
-
getIdleTimeout
-
setIdleTimeout
-
getMaxConnections
public int getMaxConnections() -
setMaxConnections
public void setMaxConnections(int maxConnections) -
getMaxSessionsPerConnection
public int getMaxSessionsPerConnection() -
setMaxSessionsPerConnection
public void setMaxSessionsPerConnection(int maxSessionsPerConnection) -
getTimeBetweenExpirationCheck
-
setTimeBetweenExpirationCheck
-
isUseAnonymousProducers
public boolean isUseAnonymousProducers() -
setUseAnonymousProducers
public void setUseAnonymousProducers(boolean useAnonymousProducers)
-