RabbitMQ Sender Connector
RabbitMQ Sender Connector allows sending messages to a specified RabbitMQ exchange and queue.
Service Description
The RabbitMQ Sender Connector enables applications to publish messages to RabbitMQ queues via exchanges. It supports direct message routing and ensures reliable communication between services.
By using exchanges and routing keys, messages can be directed to specific queues, enabling fine-grained control over message distribution.
Required Connector Properties
- Host: The RabbitMQ server hostname or IP address.
- Port: The port used for connecting to the RabbitMQ broker.
- Basic Authentication Name: The name of a predefined credential for authentication.
- Exchange Name: The name of the exchange where the message will be sent.
- Queue Name: The name of the target queue.
- Routing Key: The routing key used to direct the message to the appropriate queue.
- Message: The content of the message to be sent.
- Compress Message: Option to compress the message before sending.
- Encrypt Message: Option to encrypt the message before sending.
Usage
Use the RabbitMQ Sender Connector when there is a need to publish messages to RabbitMQ queues for asynchronous processing, event-driven workflows, or inter-service communication.