Databricks SDK for JavaScript
    Preparing search index...

    RabbitMQ specific options for ingestion. Performance tuning options (consumers_per_task, max_messages_per_fetch, etc.) are intentionally not exposed in the public API. The managed connector uses sensible defaults internally. These can be added later if user demand arises.

    interface RabbitmqOptions {
        queue?: string;
    }
    Index

    Properties

    Properties

    queue?: string

    (Required) RabbitMQ queue name to consume from.