MessageQueueInstaller.Transactional Property

Definition

Gets or sets a value that indicates whether the queue accepts only messages sent as part of a transaction.

public:
 property bool Transactional { bool get(); void set(bool value); };
public bool Transactional { get; set; }
member this.Transactional : bool with get, set
Public Property Transactional As Boolean

Property Value

true if the queue can only accept messages sent as part of a transaction; otherwise, false. The default is false.

Remarks

Messages can be retrieved from a local transaction queue with or without using a transaction. If you do not specify a transaction context, Message Queuing creates a single internal transaction for you.

Applies to