Virtual Host | <% } %>Name | URI | Prefetch Count | Reconnect Delay | Ack mode | Trust User-ID | Exchange | Max Hops | Expiry | Message TTL | HA Policy | Queue | Consumer tag |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<%= fmt_string(upstream.vhost) %> | <% } %><%= link_fed_conn(upstream.vhost, upstream.name) %> | <%= fmt_shortened_uri(fmt_uri_with_credentials(upstream.value.uri)) %> | <%= upstream.value['prefetch-count'] %> | <%= fmt_time(upstream.value['reconnect-delay'], 's') %> | <%= fmt_string(upstream.value['ack-mode']) %> | <%= fmt_boolean(upstream.value['trust-user-id']) %> | <%= fmt_string(upstream.value['exchange']) %> | <%= upstream.value['max-hops'] %> | <%= fmt_time(upstream.value.expires, 'ms') %> | <%= fmt_time(upstream.value['message-ttl'], 'ms') %> | <%= fmt_string(upstream.value['ha-policy']) %> | <%= fmt_string(upstream.value['queue']) %> | <%= fmt_string(upstream.value['consumer-tag']) %> |
... no upstreams ...
<% } %>amqp://server-name
amqp://user:password@server-name/my-vhost
amqps://user:password@server-name?cacertfile=/path/to/cacert.pem&certfile=/path/to/cert.pem&keyfile=/path/to/key.pem&verify=verify_peer
amqps://server-name?cacertfile=/path/to/cacert.pem&certfile=/path/to/cert.pem&keyfile=/path/to/key.pem&verify=verify_peer&fail_if_no_peer_cert=true&auth_mechanism=external