クラス JmsPoolConnectionFactoryProperties
java.lang.ObjectSE
org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
接続ファクトリプーリングの構成プロパティ。
- 導入:
- 4.0.0
- 作成者:
- Stephane Nicoll
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明intintbooleanbooleanbooleanvoidsetBlockIfFull(boolean blockIfFull) voidsetBlockIfFullTimeout(DurationSE blockIfFullTimeout) voidsetEnabled(boolean enabled) voidsetIdleTimeout(DurationSE idleTimeout) voidsetMaxConnections(int maxConnections) voidsetMaxSessionsPerConnection(int maxSessionsPerConnection) voidsetTimeBetweenExpirationCheck(DurationSE timeBetweenExpirationCheck) voidsetUseAnonymousProducers(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)