Setting extended attributes

The Extended Attributes window is used to set delivery options for the MSMQ transport.

The following describes the values to use for delivery option parameters.

Parameter Description
Priority A numerical value (zero to 7) that specifies the priority level for delivery of the message.
Specifies the priority level that will be attached to every outbound MSMQ message. The value is a number between zero (lowest) and 7 (highest). This parameter only applies to nontransactional messages. Transactional messages are always sent with a priority of zero.
Application ID A numeric value that can be used by the receiving application to filter messages.
Label A text description defined by the MSMQ programmer that will be attached to every outbound MSMQ message. The label can be used to caption messages either for application programs or administrative purposes.
Delivery Mode Options are:
Express — The message will not be persisted during routing and delivery by the MSMQ server.
Recoverable — The message will be persisted during routing and delivery by the MSMQ Server. Recoverable allows for the message to be persisted over restarts of computers until delivered to the receiving application program. 
Transaction Mode Options are:
Transactional — The message is delivered within a transaction.
Nontransactional — The message is never delivered within a transaction. 
Related topics

Creating the MSMQ transport