Skip to main content

Solace Sender Connector

Solace Sender Connector allows sending messages to a specified Solace queue.

Service Description

The Solace Sender Connector enables applications to publish messages to Solace queues, ensuring reliable and scalable message delivery.

By using Solace's event streaming capabilities, messages can be routed efficiently, allowing microservices and event-driven applications to communicate seamlessly.

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 target queue.
  • VPN Name: The Virtual Private Network (VPN) used for message routing.
  • 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 Solace Sender Connector when there is a need to publish messages to Solace queues for asynchronous processing, real-time event streaming, or inter-service communication.