AMQP

Resource type

amqp — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
hoststringYesThe hostname or IP address of the AMQP broker (without the amqp:// prefix)
portintegerNoThe port number for the broker connection. Defaults to 5672 (amqp) or 5671 when TLS is enabled (amqps)
usernamestringNoUsername for broker authentication
passwordstringNoPassword for broker authentication
vhoststringNoThe virtual host to connect to. Defaults to the broker's default vhost (/)
tlsbooleanNoConnect over TLS (amqps) instead of plaintext (amqp)