Interface QpidJmsRuntimeConfig
@ConfigMapping(prefix="quarkus.qpid-jms")
@ConfigRoot(phase=RUN_TIME)
public interface QpidJmsRuntimeConfig
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionpassword()Password to optionally be set on the factoryurl()Connection URL for the factoryusername()Username to optionally be set on the factorybooleanwrap()Whether to wrap a ConnectionFactory by ConnectionFactoryWrapper which could be introduced by other extensions, such as quarkus-pooled-jms to provide pooling capability
-
Field Details
-
DEFAULT_URL
- See Also:
-
-
Method Details
-
url
Connection URL for the factory -
username
Username to optionally be set on the factory -
password
Password to optionally be set on the factory -
wrap
@WithDefault("false") boolean wrap()Whether to wrap a ConnectionFactory by ConnectionFactoryWrapper which could be introduced by other extensions, such as quarkus-pooled-jms to provide pooling capability
-