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_EXCLUSIVEmaxDuration string
Default
PT10SmaxMessages integerstring
Default
100messageDeserializer string
Default
STRINGPossible Values
STRINGBINARYIONJSONmessageDeserializerProperties object
Default
{}messageSelector string
password string
properties object
SubTypestring
Default
{}username string
vpn string
Default
defaultOutputs
messagesCount integer
uri string
Format
uri