Publish Message to Solace Topic
- 11 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Publish Message to Solace Topic
- Updated on 11 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 3.0.0 |
Last Modified in Version | 8.0.0 |
Location | Integration > SolaceMQ |
The Publish Message to Solace Topic step posts messages to a Solace Topic. The Topic must be added as a queue in Decisions in order for the step to be used.
Properties
Settings
Property | Description | Data Type |
---|---|---|
ServerLocation | The location of the server | String |
Topic Name | The name of the queue as defined in Decisions | String |
Inputs
Property | Description | Data Type |
---|---|---|
Headers | The header data used to identify where the message will be sent. | List of DataPair |
Message Data | A String of Bytes containing the message data | List of Bytes |
Message Type | Determines the type of message that will be sent. Solace supports standard JMS message types. | String |
Persistent? | Boolean value to determine if the message will be persistent. If this is enabled, the message will be saved in the broker. | String |
Outputs
Property | Description | Data Type |
---|---|---|
Return Code | An HTTPS Status Code used to inform the user if the message has been sent successfully | String |
Was this article helpful?