AMQP
Resource type
amqp — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| host | string | Yes | The hostname or IP address of the AMQP broker (without the amqp:// prefix) |
| port | integer | No | The port number for the broker connection. Defaults to 5672 (amqp) or 5671 when TLS is enabled (amqps) |
| username | string | No | Username for broker authentication |
| password | string | No | Password for broker authentication |
| vhost | string | No | The virtual host to connect to. Defaults to the broker's default vhost (/) |
| tls | boolean | No | Connect over TLS (amqps) instead of plaintext (amqp) |