Connect to an AMQP/RabbitMQ broker through an agent and stream messages as Server-Sent Events. The agent creates a temporary auto-delete queue, binds it to the specified exchange, and streams messages back as SSE events (connected, message, error).
API key passed in the X-API-Key header.
API key for authentication.
AMQP broker hostname.
Broker port. Use 5671 for SSL.
AMQP virtual host.
AMQP username.
AMQP password.
Exchange to bind to.
Routing key pattern (# = all messages).
Prefix for the auto-delete queue name.
Use AMQPS (TLS) connection.
AMQP heartbeat interval in seconds.
Country filter for agent selection (e.g. DE).
Pin to specific agent by slug (e.g. de1).
SSE stream of AMQP messages. Events: connected, message, error.
The response is of type string.