Solace - New message in topic trigger

The New message in topic trigger monitors one or more Solace topic subscriptions you specify for new messages.

Input

Input fieldDescription
TopicsEnter one or more topic subscriptions to listen on, for example, ['orders/created', 'orders/updated']. This field supports wildcards for single level (*) and remaining levels (>).
Message formatSelect the message format. Options are Binary and Text.

Output

Output fieldDescription
Acknowledgement handleAn opaque handle identifying this message for manual acknowledgement.
Message typeThe format of the received message payload, for example, text.
Delivery modeThe delivery mode the message was sent with, for example, PERSISTENT.
PriorityThe message's priority.
Class of serviceThe message's class of service.
DestinationThe topic the message was delivered to.
Reply toThe destination to send replies to, if the sender set one.
Application IDThe sending application's ID, if set by the sender.
Application typeThe sending application's message type, if set by the sender.
HTTP content typeThe message's HTTP content type, if set by the sender.
Correlation IDAn identifier for tracking related messages, if set by the sender.
Sender IDThe identifier of the client that sent the message, if set.
Replication group IDThe message's replication group ID, used for Solace data replication (DR).
Sequence numberThe message's sequence number, if set by the sender.
Sender timeThe sender's timestamp, in milliseconds, if set.
Receive timeThe timestamp when the message was received, in milliseconds.
Time to liveThe broker-enforced time-to-live for the message, in milliseconds. 0 means the message never expires.
ExpirationThe informational expiration timestamp header, in milliseconds, if set.
Delivery countThe number of times this message has been delivered.
Is replyWhether the message is a reply message.
Dead message queue eligibleWhether the message is eligible to be routed to the dead message queue if it can't be delivered.
Discard indicationWhether one or more messages were discarded before this one, for example, due to a full buffer.
Eliding eligibleWhether the message is eligible for eliding, a broker-side feature that reduces message rate for matching subscribers.
User dataArbitrary user data, base64-encoded, if set by the sender.
PropertiesThe message's custom properties.

Last updated: