类 ActiveMQProperties
java.lang.Object
org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
Configuration properties for ActiveMQ.
- 从以下版本开始:
- 3.1.0
- 作者:
- Greg Turnquist, Stephane Nicoll, Aurélien Leboulanger, Venil Noronha, Eddú Meléndez
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Configuration for an embedded ActiveMQ broker.static class
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getPool()
getUser()
boolean
void
setBrokerUrl
(String brokerUrl) void
setCloseTimeout
(Duration closeTimeout) void
setNonBlockingRedelivery
(boolean nonBlockingRedelivery) void
setPassword
(String password) void
setSendTimeout
(Duration sendTimeout) void
-
构造器详细资料
-
ActiveMQProperties
public ActiveMQProperties()
-
-
方法详细资料
-
getBrokerUrl
-
setBrokerUrl
-
getUser
-
setUser
-
getPassword
-
setPassword
-
getEmbedded
-
getCloseTimeout
-
setCloseTimeout
-
isNonBlockingRedelivery
public boolean isNonBlockingRedelivery() -
setNonBlockingRedelivery
public void setNonBlockingRedelivery(boolean nonBlockingRedelivery) -
getSendTimeout
-
setSendTimeout
-
getPool
-
getPackages
-