QueueTransferProtocol Enumeração

Definição

Indica o protocolo a ser usado durante a transferência de mensagens entre os gerentes de fila.Indicates the protocol to be used in transferring messages between queue managers.

public enum class QueueTransferProtocol
public enum QueueTransferProtocol
type QueueTransferProtocol = 
Public Enum QueueTransferProtocol
Herança
QueueTransferProtocol

Campos

Native 0

Use o protocolo nativo do MSMQ.Use the native MSMQ protocol.

Srmp 1

Use o protocolo SRMP (Soap Reliable Messaging Protocol).Use the Soap Reliable Messaging Protocol (SRMP).

SrmpSecure 2

Use o transporte SRMPS (Soap Reliable Messaging Protocol Secure).Use the Soap Reliable Messaging Protocol Secure (SRMPS) transport.

Comentários

Especificar Srmp ou SrmpSecure quando o atributo UseActiveDirectory for definido como causará true uma exceção porque o MSMQ (serviço de enfileiramento de mensagens) não fornece Active Directory endereçamento ao usar SRMP.Specifying Srmp or SrmpSecure when the UseActiveDirectory attribute is set to true will cause an exception because Message Queuing (MSMQ) does not provide for Active Directory addressing when using SRMP. UseActiveDirectory é um atributo em < NetMsmqBinding > e < MsmqIntegrationBinding > .UseActiveDirectory is an attribute on the <netMsmqBinding> and the <msmqIntegrationBinding>.

Para obter mais informações sobre como endereçar filas, consulte pontos de extremidade de serviço e endereçamento de fila.For more information about addressing queues, see Service Endpoints and Queue Addressing.

Aplica-se a