Put

Put

Overview

Put a new message to a Queue.

Put Messages

Simple dialog to put a Text message to the queue without Header Properties.

image-20250911-150401.png

Put Messages from File

Put a Text message to a Queue with optional Header properties. Both the message text and properties would come from files that exist on your file system that you would have had to create in the proper format. Click the Add button and choose a file, you can provide 1-n files at a time as the message(s) from each will be added. The file format can vary based on the One Message Per Line checkbox.

 

image-20250911-150407.png

One Message Per Line

  • Checked - the complete message must be on one line. If there are multiple lines, each one will be treated as a separate message.

  • Not checked - The file contents will be treated as one message

Add Related Header Properties

If checked and a filename named <selectedFileName.properties> exists in the same directory as the message file the messages will be automatically added to the new messages Header Properties.

For example: If c:\temp\XmlMessages.txt is chosen, the c:\temp\XmlMessages.properties would contain the header properties.

The properties are in the standard Java property file format. Example: myProperty=myValue