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
    • Constructor Detail

      • QpidJmsRuntimeConfig

        public QpidJmsRuntimeConfig()