Polish
This commit is contained in:
parent
8d08e816a7
commit
93f392134a
|
|
@ -17,6 +17,7 @@
|
|||
package org.springframework.boot.autoconfigure.jms.activemq;
|
||||
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.boot.context.properties.DeprecatedConfigurationProperty;
|
||||
|
||||
/**
|
||||
* Configuration properties for ActiveMQ.
|
||||
|
|
@ -73,6 +74,7 @@ public class ActiveMQProperties {
|
|||
* @deprecated since 1.4 in favor of "spring.activemq.pool.enabled"
|
||||
*/
|
||||
@Deprecated
|
||||
@DeprecatedConfigurationProperty(replacement = "spring.activemq.pool.enabled")
|
||||
public boolean isPooled() {
|
||||
return getPool().isEnabled();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue