Get String Message from Solace Queue
- 11 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Get String Message from Solace Queue
- 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 Get String Message from Solace Queue step allows a set number of messages to be pulled from a Solace message queue to be used in Decisions.
This step requires the Message Count and QueueName to be defined, marking how many messages will be processed and which queue to pull the messages from. The step will parse the messages into a list of String values.
Properties
Settings
Property | Description | Data Type |
---|---|---|
QueueName | The name of the Queue configured in Decisions. | String |
Inputs
Inputs | Description | Data Type |
---|---|---|
Message Count | Defines the number of messages retrieved from the queue. | Int32 |
Outputs
Property | Description | Data Type |
---|---|---|
Messages | The list of messages returned from the Solace Queue. The size of the list is dependent on the values passed for the message queue | List of Strings |
Was this article helpful?