Task MSMQ - Send Message
The MSMQ - Send message Task sends a message to the specified queue.

Local MSMQ
Select this radio button if the queue is hosted on the local computer.
Remote MSMQ
Select this radio button if the queue is hosted on a remote computer. The Credential and Host name fields below are enabled only when this option is selected.
Credential
Select a Credential for connecting to the remote computer. The Credential must match a user name and password that has access to the remote MSMQ host. Click the Settings icon to open Manage credentials in order to add or edit Credentials.
Host name
The host name or IP address of the remote computer.
Queue
The name of the queue to send the message to. Click the Refresh icon to populate the drop-down list of available queues on the selected MSMQ host.
Label
The label of the message to be sent. Required.
Message
The text of the message to be sent. Required.
Message serialization
Selects how the message body is serialized when written to the queue. Available options:
- Xml serialization - serialize the message as XML (default)
- String serialization - serialize the message as a plain string
- Binary serialization - serialize the message as a binary payload