MSMQ Transport Properties Dialog Box, Receive
Use the MSMQ Transport Properties dialog box to configure the receive location properties for the MSMQ adapter.
| Use this | To do this | ||
|---|---|---|---|
|
Password |
Set a password to use for a remote queue. |
||
|
User Name |
Determine the user name to use, in combination with the password, for access to a remote queue. You cannot use the local user of the remote computer for the user name. |
||
|
Batch Size |
Configure the batch size using this property. BizTalk 2006 Adapter for MSMQ submits messages to the MessageBox database in batches. The default batch size is 0, and the minimum batch size is 1.
|
||
|
Queue |
Type a valid queue path. Depending on the queue path you specify, the system performs the appropriate validations. |
||
|
On Failure |
Specify how the adapter should respond to an error. Set this property to one of the following values: Stop. Stop receiving messages through this receive location if an error condition occurs. Suspend(non-resumable). Suspend messages and mark as non-resumable. Suspend(resumable). Suspend messages and mark as resumable.
|
||
|
Ordered processing |
Set this property to True or False. This indicates whether to process messages serially. Setting the property to True will accommodate ordered message delivery when used in conjunction with a BizTalk Messaging or Orchestration Send Port that has the Ordered Delivery option set to True. For more information about the Ordered Delivery option, see the appropriate topics in See Also. Setting this property to True also optimizes resource usage when handling large messages by making the adapter single-threaded. For more information about sending and receiving large messages, see the appropriate topics in See Also. |
||
|
Transactional |
Set this property to True or False.
For more information about configuring the MSMQ adapter properties and running adapters within a clustered host, see the appropriate topics in See Also. |
See Also
© 2010 Microsoft Corporation. All rights reserved.
Note