Class QpidJmsRuntimeConfig

java.lang.Object
org.amqphub.quarkus.qpid.jms.runtime.QpidJmsRuntimeConfig

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

    • DEFAULT_URL

      public static final String DEFAULT_URL
      See Also:
    • 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 Details

    • QpidJmsRuntimeConfig

      public QpidJmsRuntimeConfig()