
Consume
Consume
yaml
type: "io.kestra.plugin.solace.Consume"Examples
yaml
id: consume_message_from_solace_queue
namespace: company.team
tasks:
- id: consume_from_solace
type: io.kestra.plugin.solace.Consume
host: localhost:55555
username: admin
password: admin
vpn: default
messageDeserializer: JSON
queueName: test_queue
queueType: DURABLE_EXCLUSIVE
Properties
host*Requiredstring
queueName*Requiredstring
queueType*Requiredstring
Possible Values
DURABLE_EXCLUSIVEDURABLE_NON_EXCLUSIVENON_DURABLE_EXCLUSIVEmaxDurationstring
Default
PT10SFormat
durationmaxMessagesintegerstring
Default
100messageDeserializerstring
Default
STRINGPossible Values
STRINGBINARYIONJSONmessageDeserializerPropertiesobject
Default
{}messageSelectorstring
passwordstring
propertiesobject
SubTypestring
Default
{}usernamestring
vpnstring
Default
defaultOutputs
messagesCountinteger
uristring
Format
uri