Virtual Host | <% } %>Name | Source | Destination | Reconnect Delay | Ack mode | Auto-delete | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<% } %> <% if (!vhosts_interesting) { %> | <% } %> | Protocol | Uri | Endpoint | Prefetch | Protocol | Uri | Endpoint | Add headers | ||||
<%= fmt_string(shovel.vhost) %> | <% } %><%= link_shovel(shovel.vhost, shovel.name) %> | <%= fmt_string(shovel.value['src-protocol']) %> | <%= fmt_shortened_uri(fmt_uri_with_credentials(shovel.value['src-uri'])) %> | <%= fmt_shovel_endpoint('src-', shovel.value) %> | <%= shovel.value['src-prefetch-count'] %> | <%= fmt_string(shovel.value['dest-protocol']) %> | <%= fmt_shortened_uri(fmt_uri_with_credentials(shovel.value['dest-uri'])) %> | <%= fmt_shovel_endpoint('dest-', shovel.value) %> | <%= fmt_boolean(fallback_value(shovel, 'dest-add-forward-headers', 'add-forward-headers')) %> | <%= fmt_time(shovel.value['reconnect-delay'], 's') %> | <%= fmt_string(shovel.value['ack-mode']) %> | <%= fmt_string(fallback_value(shovel, 'src-delete-after', 'delete-after')) %> |
... no shovels ...
<% } %>amqp://
amqp://user@/my-vhost
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