Solace - Publish message to topic action

The Publish message to topic action publishes a message to a Solace topic you specify.

Input

Input fieldDescription
Topic nameEnter the topic name.
Message formatSelect the message format. Options are Binary and Text.
Delivery modeOptional. Select a delivery mode. Messages are PERSISTENT by default. DIRECT is only supported for topics.
PriorityOptional. Specify a message priority. The minimum value is 0 and the maximum is 255. Defaults to 4.
Correlation IDOptional. Enter an identifier for tracking related messages.
Class of serviceOptional. Select the message's class of service.
Reply toOptional. Define the destination to send replies to.
Application IDOptional. Enter an identifier for the sending application.
Application typeOptional. Enter a classification for the message.
HTTP content typeOptional. Enter the message's HTTP content type, for example, application/json.
Sender IDOptional. Enter an identifier for the client sending the message.
Sequence numberOptional. Enter a sequence number for the message.
Sender timeOptional. Enter the sender timestamp in milliseconds.
Time to liveOptional. Enter the broker-enforced time-to-live in milliseconds. This is what actually expires the message, and routes it to the dead message queue when eligible. 0 means the message never expires.
ExpirationOptional. Enter an informational expiration timestamp header, in milliseconds. Expiration doesn't expire the message on the broker. Use Time to live to expire the message on the broker.
Is replyOptional. Select whether to mark this message as a reply to another message.
Dead message queue eligibleOptional. Select whether the message can be moved to the queue's dead message queue if it can't be delivered, for example, if its Time to live expires or it's rejected using the Acknowledge message action.
Eliding eligibleOptional. Select whether the message is eligible for eliding, a broker-side feature that reduces message rate for subscribers configured to receive only the latest value from a rapid burst of messages.
User dataOptional. Enter an arbitrary user data header, sent base64-encoded.
PropertiesOptional. Define custom message properties, either by mapping a list datapill in the Properties source list field, or by adding rows individually. Each row defines a Name, Type, and Value.

Output

There is no output for this action.

Last updated: