Solace Receiver Connector
Solace Receiver Connector listens for incoming messages from a specified Solace queue and processes them.
Service Description
The Solace Receiver Connector enables applications to consume messages from Solace queues, allowing them to react to new events and perform necessary processing.
With this connector, messages can be retrieved from the queue, decrypted if needed, and processed efficiently. Solace ensures that messages are delivered reliably and supports advanced routing capabilities.
Required Connector Properties
- Host: The Solace server hostname or IP address.
- Port: The port used for connecting to the Solace broker.
- Authentication Name: The name of a predefined credential for authentication.
- Queue Name: The name of the queue from which messages will be received.
- VPN Name: The Virtual Private Network (VPN) used for message routing.
- Compress Message: Option to decompress the received message.
- Encrypt Message: Option to decrypt the received message.
- Message: The content of the received message.
Usage
Use the Solace Receiver Connector to listen for messages in real-time and process them as part of an event-driven architecture. This helps in building scalable and decoupled microservices.