MsmqIntegrationBindingElement 类

定义

此绑定元素可用于使 Windows Communication Foundation (WCF) 应用程序发送消息到满足以下条件的现有 MSMQ 应用程序或接受来自这些应用程序的消息:或者使用 COM、MSMQ 本机 API,或者使用 System.Messaging 中的 API。 使用此类可以向基于 MSMQ 的消息应用程序发送消息,或从这些应用程序接收消息。

public ref class MsmqIntegrationBindingElement sealed : System::ServiceModel::Channels::MsmqBindingElementBase
public sealed class MsmqIntegrationBindingElement : System.ServiceModel.Channels.MsmqBindingElementBase
type MsmqIntegrationBindingElement = class
    inherit MsmqBindingElementBase
Public NotInheritable Class MsmqIntegrationBindingElement
Inherits MsmqBindingElementBase
继承

示例

// Get MSMQ queue name from appsettings in configuration.
string queueName = @".\private$\Orders";

// Create the transacted MSMQ queue if necessary.
if (!MessageQueue.Exists(queueName))
    MessageQueue.Create(queueName, true);

// Create a ServiceHost for the CalculatorService type.
using (ServiceHost serviceHost = new ServiceHost(typeof(OrderProcessorService)))
{

    MsmqIntegrationBindingElement msmqBindingElement = new MsmqIntegrationBindingElement();

    String strScheme = msmqBindingElement.Scheme;
    Console.WriteLine("Scheme = " + strScheme);

    Type[] types = msmqBindingElement.TargetSerializationTypes;

    CustomBinding binding = new CustomBinding(msmqBindingElement);

    serviceHost.AddServiceEndpoint(typeof(IOrderProcessor), binding, @"msmq.formatname:DIRECT=OS:.\private$\Orders");

    serviceHost.Open();

    // The service can now be accessed.
    Console.WriteLine("The service is ready.");
    Console.WriteLine("Press <ENTER> to terminate service.");
    Console.ReadLine();
}

构造函数

MsmqIntegrationBindingElement()

初始化 MsmqIntegrationBindingElement 类的新实例。

属性

CustomDeadLetterQueue

获取或设置一个 Uri,过期消息或未能传递的消息将在该 Uri 标识的自定义死信队列中进行发送。

(继承自 MsmqBindingElementBase)
DeadLetterQueue

获取或设置此绑定的 DeadLetterQueue 设置。

(继承自 MsmqBindingElementBase)
Durable

获取或设置一个值,该值指定随此绑定发送的消息是持久的还是可变的。

(继承自 MsmqBindingElementBase)
ExactlyOnce

获取或设置一个值,该值指定随此绑定发送的消息是否具有一次性保证。

(继承自 MsmqBindingElementBase)
ManualAddressing

获取或设置一个值,该值指示是否要求对消息进行手动寻址。

(继承自 TransportBindingElement)
MaxBufferPoolSize

获取或设置传输消息使用的任何缓冲池的最大字节大小。

(继承自 TransportBindingElement)
MaxReceivedMessageSize

获取或设置能接收的最大可允许消息大小(以字节为单位)。

(继承自 TransportBindingElement)
MaxRetryCycles

获取或设置尝试向接收应用程序传递消息的最大重试周期数。

(继承自 MsmqBindingElementBase)
MsmqTransportSecurity

获取与此绑定元素关联的 MsmqTransportSecurity

(继承自 MsmqBindingElementBase)
ReceiveContextEnabled

获取或设置一个指示是否请求接收上下文行为的值。

(继承自 MsmqBindingElementBase)
ReceiveErrorHandling

获取或设置一个枚举值,该值指定如何处理病毒消息和其他无法调度的消息。

(继承自 MsmqBindingElementBase)
ReceiveRetryCount

获取或设置队列管理器在将消息传输到重试队列前可尝试发送该消息的最大次数。

(继承自 MsmqBindingElementBase)
RetryCycleDelay

获取或设置一个值,该值指定在尝试传递无法传递的消息时,尝试另一个重试周期之前应等待的时间。

(继承自 MsmqBindingElementBase)
Scheme

获取一个 String,它包含绑定元素所使用的方案。

SerializationFormat

获取或设置要在序列化 MSMQ 消息时使用的 MsmqMessageSerializationFormat

TargetSerializationTypes

获取或设置 Type 对象的数组,这些对象包含消息反序列化的目标类型。

TimeToLive

获取或设置一个值,该值指定消息有效的时长。 过了这段时间之后,会根据 DeadLetterQueue 设置将消息放置到死信队列中。

(继承自 MsmqBindingElementBase)
TransactedReceiveEnabled

获取一个值,该值指定是否需要使用事务来接收随此绑定发送的消息。

(继承自 MsmqBindingElementBase)
UseMsmqTracing

获取或设置一个值,该值启用或禁用消息队列 (MSMQ) 内置消息跟踪工具。

(继承自 MsmqBindingElementBase)
UseSourceJournal

获取或设置一个值,该值指示是否应将此绑定处理的消息副本存储到源日记队列中。

(继承自 MsmqBindingElementBase)
ValidityDuration

获取或设置一个值,该值指定由接收上下文功能锁定消息的持续时间。

(继承自 MsmqBindingElementBase)

方法

BuildChannelFactory<TChannel>(BindingContext)

使用提供的上下文生成通道工厂。

BuildChannelListener<TChannel>(BindingContext)

使用提供的上下文生成通道侦听器。

CanBuildChannelFactory<TChannel>(BindingContext)

返回一个值,该值指示是否能够使用提供的上下文生成通道工厂。

CanBuildChannelListener<TChannel>(BindingContext)

返回一个值,该值指示是否能够使用提供的上下文生成通道侦听器。

Clone()

返回绑定元素的复本。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetProperty<T>(BindingContext)

从指定的 BindingContext 获取请求类型的属性。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

显式接口实现

IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext)

导出有关绑定的自定义策略断言。

(继承自 MsmqBindingElementBase)
IWsdlExportExtension.ExportContract(WsdlExporter, WsdlContractConversionContext)

为协定将自定义 Web 服务描述语言 (WSDL) 元素写入到生成的 WSDL 中。

(继承自 MsmqBindingElementBase)
IWsdlExportExtension.ExportEndpoint(WsdlExporter, WsdlEndpointConversionContext)

为终结点将自定义 Web 服务描述语言 (WSDL) 元素写入到生成的 WSDL 中。

(继承自 MsmqBindingElementBase)

适用于