{"resource_type":{"id":429,"name":"amqp","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"additionalProperties\": false,\n\t\"description\": \"Configuration settings for connecting to an AMQP 0-9-1 broker (e.g. RabbitMQ)\",\n\t\"order\": [\n\t\t\"host\",\n\t\t\"port\",\n\t\t\"username\",\n\t\t\"password\",\n\t\t\"vhost\",\n\t\t\"tls\"\n\t],\n\t\"properties\": {\n\t\t\"host\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"The hostname or IP address of the AMQP broker (without the amqp:// prefix)\",\n\t\t\t\"examples\": [\n\t\t\t\t\"rabbitmq.example.com\",\n\t\t\t\t\"192.168.1.100\"\n\t\t\t],\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"password\": {\n\t\t\t\"description\": \"Password for broker authentication\",\n\t\t\t\"format\": \"password\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"port\": {\n\t\t\t\"description\": \"The port number for the broker connection. Defaults to 5672 (amqp) or 5671 when TLS is enabled (amqps)\",\n\t\t\t\"examples\": [\n\t\t\t\t5672,\n\t\t\t\t5671\n\t\t\t],\n\t\t\t\"type\": \"integer\"\n\t\t},\n\t\t\"tls\": {\n\t\t\t\"default\": false,\n\t\t\t\"description\": \"Connect over TLS (amqps) instead of plaintext (amqp)\",\n\t\t\t\"type\": \"boolean\"\n\t\t},\n\t\t\"username\": {\n\t\t\t\"description\": \"Username for broker authentication\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"vhost\": {\n\t\t\t\"description\": \"The virtual host to connect to. Defaults to the broker's default vhost (/)\",\n\t\t\t\"examples\": [\n\t\t\t\t\"/\"\n\t\t\t],\n\t\t\t\"type\": \"string\"\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"host\"\n\t],\n\t\"title\": \"AMQP resource\",\n\t\"type\": \"object\"\n}","approved":true,"app":"amqp","description":"Configuration settings for connecting to an AMQP 0-9-1 broker (e.g. RabbitMQ)","created_by":"hugo989","created_at":"2026-07-22T15:13:05.597Z"}}