Class QpidJmsRuntimeConfig


  • @ConfigRoot(name="qpid-jms",
                phase=RUN_TIME)
    public class QpidJmsRuntimeConfig
    extends Object
    • Field Detail

      • url

        @ConfigItem(defaultValue="amqp://localhost:5672")
        public String url
        Connection URL for the factory
      • username

        @ConfigItem
        public Optional<String> username
        Username to optionally be set on the factory
      • password

        @ConfigItem
        public Optional<String> password
        Password to optionally be set on the factory
      • wrap

        @ConfigItem(defaultValue="false")
        public 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
    • Constructor Detail

      • QpidJmsRuntimeConfig

        public QpidJmsRuntimeConfig()