# Producers

- [WebSocket Producer](https://docs.bdb.ai/data-pipeline-2/components/producers/websocket-producer.md): A WebSocket producer component is a software component that is used to send data over a WebSocket connection.
- [Eventhub Publisher](https://docs.bdb.ai/data-pipeline-2/components/producers/eventhub-publisher.md): The EventHub Publisher leverages the scalability and throughput capabilities of Event Hubs to ensure efficient and reliable event transmission.
- [EventGrid Producer](https://docs.bdb.ai/data-pipeline-2/components/producers/eventgrid-producer.md): The EventHub Publisher serves as a bridge between the transformed data within the pipeline and the Azure Event Hubs service. It ensures the efficient and reliable transmission of data.
- [RabbitMQ Producer](https://docs.bdb.ai/data-pipeline-2/components/producers/rabbitmq-producer.md): RabbitMQ producer plays a vital role in enabling reliable message-based communication and data flow within a data pipeline.
- [Kafka Producer](https://docs.bdb.ai/data-pipeline-2/components/producers/kafka-producer.md): The Kafka producer acts as a data source within the pipeline, generating and publishing messages to Kafka for subsequent processing and consumption.
- [Synthetic Data Generator](https://docs.bdb.ai/data-pipeline-2/components/producers/synthetic-data-generator.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bdb.ai/data-pipeline-2/components/producers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
