Send message to Solace queues with persistent deliveryv3.11+

Configure the plugin to connect to a Solace broker using basic authentication, and send messages to multiple queues with persistent delivery. This example uses a statically configured message and includes a Lua function to transform message content before sending (in this case the message that the plugin will send is “HELLO”).

Environment variables

  • SOLACE_HOST: The IPv4 or IPv6 address or hostname of the Solace broker to connect to. For example, tcp://127.0.0.1:55555.

  • SOLACE_USERNAME: The username used with BASIC authentication scheme when connecting to an event broker.

  • SOLACE_PASSWORD: The password used with BASIC authentication scheme when connecting to an event broker.

  • QUEUE_NAME: The name of the first destination queue.

  • ANOTHER_QUEUE_NAME: The name of the second destination queue.

Set up the plugin

Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!