amqpConfig
Creates an AMQPConfig using a DSL builder.
Return
AMQPConfig instance configured with the provided block.
Parameters
The configuration block to apply to the AMQPConfigBuilder.
Convenience function to create AMQPConfig from a URL string and key options.
Return
AMQPConfig instance configured from the URL and options.
Parameters
The URL string to create the configuration from.
Optional TLS configuration.
Server name for TLS connection.
Optional connection timeout.
Optional connection name.
Throws
if URL is invalid or scheme is not supported.
Convenience function to create AMQPConfig from a URL and key options.
Return
AMQPConfig instance configured from the URL and options.
Parameters
The URL to create the configuration from.
Optional TLS configuration.
Server name for TLS connection.
Optional connection timeout.
Optional connection name.
Throws
if URL scheme is not supported.