导航

2008年12月18日

摘要: "Ordered Delivery"属性存在于物理Send Port上。该属性设置为true,意味着对于经过同一Send Port的不同消息,按照进入MessageBox的时间先后Delivery。 如果前一个消息出现问题,会导致后面的消息一直等待。在Admin上的体现是:一个Running Service Instance类型的Send Port实例关联若干消息,其中一个消息的状态是:Queue... 阅读全文

posted @ 2008-12-18 16:21 鸡尾虾的壳 阅读(222) 评论(0) 推荐(0)

摘要: http://www.codeplex.com/bizunit http://www.codeplex.com/bsf/Release/ProjectReleases.aspx?ReleaseId=16343 http://bloggingabout.net/blogs/jpsmit/archive/2008/12/09/biztalk-server-2009-beta-and-esb-guid... 阅读全文

posted @ 2008-12-18 13:34 鸡尾虾的壳 阅读(156) 评论(0) 推荐(0)

摘要: http://blogs.technet.com/jpierauc/pages/msgboxviewer.aspx 一个不错的收集Biztalk MessageBox信息的工具。 阅读全文

posted @ 2008-12-18 11:40 鸡尾虾的壳 阅读(241) 评论(0) 推荐(0)

摘要: using Microsoft.BizTalk.Component.Interop; using Microsoft.BizTalk.ExplorerOM; private static XmlDocument CreateMessage(string schemaName, string rootNode) { XmlDocument doc = new XmlDocume... 阅读全文

posted @ 2008-12-18 10:16 鸡尾虾的壳 阅读(169) 评论(0) 推荐(0)