Click here to Skip to main content
15,878,959 members
Articles / Productivity Apps and Services / Biztalk

Implementation of a Message Broker on BizTalk

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
13 Jun 2011CPOL8 min read 26.6K   356   3  
This article describes an implementation on BizTalk 2006/R2/BizTalk 2009 where a received message is split and sent to many different destinations.
  • MessageBroker.zip
    • Stm.MessageBroker
      • Stm.MessageBroker.Mappings
        • AssemblyInfo.cs
        • bin
          • Development
            • Stm.MessageBroker.Mappings.dll
            • Stm.MessageBroker.Schemas.dll
        • MainRequest_To_RecipientRequest.btm
        • obj
          • Development
            • Stm.MessageBroker.Mappings.dll
            • temp
        • Request_To_ResponseError.btm
        • Stm.MessageBroker.Mappings.btproj
        • Stm.MessageBroker.Mappings.btproj.user
        • Stm.MessageBroker.Mappings.snk
      • Stm.MessageBroker.Orchestrations
        • AssemblyInfo.cs
        • bin
          • Development
            • Microsoft.BizTalk.Deployment.EdiDeployment.dll
            • Microsoft.BizTalk.Edi.BaseArtifacts.dll
            • Microsoft.BizTalk.Edi.EnterpriseLibrary.Common.dll
            • Microsoft.BizTalk.Edi.EnterpriseLibrary.Data.dll
            • Microsoft.BizTalk.Edi.EnterpriseLibrary.ObjectBuilder.dll
            • Microsoft.BizTalk.Edi.MessageCore.dll
            • Microsoft.BizTalk.Edi.PartnerAgreementManager.dll
            • Microsoft.BizTalk.Edi.PipelineComponents.dll
            • Microsoft.BizTalk.Edi.Reporting.Common.dll
            • Microsoft.BizTalk.Edi.Reporting.dll
            • Microsoft.BizTalk.Edi.Shared.dll
            • Microsoft.BizTalk.EdiInt.Reporting.dll
            • Microsoft.BizTalk.Interop.Agent.dll
            • Microsoft.BizTalk.Messaging.dll
            • Microsoft.BizTalk.Pipeline.dll
            • Microsoft.XLANGs.BaseTypes.dll
            • Microsoft.XLANGs.Engine.dll
            • Microsoft.XLANGs.Pipeline.dll
            • Microsoft.XLANGs.RuntimeTypes.dll
            • Stm.MessageBroker.Mappings.dll
            • Stm.MessageBroker.Orchestrations.dll
            • Stm.MessageBroker.PartnerHelper.dll
            • Stm.MessageBroker.Pipelines.dll
            • Stm.MessageBroker.Schemas.dll
        • ChildOrch.odx
        • ChildOrch.odx.cs
        • MainBroker.odx
        • MainBroker.odx.cs
        • obj
          • Development
            • temp
        • Stm.MessageBroker.Orchestrations.btproj
        • Stm.MessageBroker.Orchestrations.btproj.user
        • Stm.MessageBroker.Orchestrations.snk
        • TransformRecipientRequest.btm
      • Stm.MessageBroker.PartnerHelper
      • Stm.MessageBroker.Pipelines
        • AssemblyInfo.cs
        • bin
          • Development
            • Microsoft.BizTalk.Deployment.EdiDeployment.dll
            • Microsoft.BizTalk.Edi.BaseArtifacts.dll
            • Microsoft.BizTalk.Edi.EnterpriseLibrary.Common.dll
            • Microsoft.BizTalk.Edi.EnterpriseLibrary.Data.dll
            • Microsoft.BizTalk.Edi.EnterpriseLibrary.ObjectBuilder.dll
            • Microsoft.BizTalk.Edi.MessageCore.dll
            • Microsoft.BizTalk.Edi.PartnerAgreementManager.dll
            • Microsoft.BizTalk.Edi.PipelineComponents.dll
            • Microsoft.BizTalk.Edi.Reporting.Common.dll
            • Microsoft.BizTalk.Edi.Reporting.dll
            • Microsoft.BizTalk.Edi.Shared.dll
            • Microsoft.BizTalk.EdiInt.Reporting.dll
            • Microsoft.BizTalk.Pipeline.dll
            • Microsoft.XLANGs.BaseTypes.dll
            • Microsoft.XLANGs.RuntimeTypes.dll
            • Stm.MessageBroker.Pipelines.dll
            • Stm.MessageBroker.Schemas.dll
        • obj
          • Development
            • temp
        • Stm.MessageBroker.Pipelines.btproj
        • Stm.MessageBroker.Pipelines.btproj.user
        • Stm.MessageBroker.Pipelines.snk
        • XMLAggregate.btp
      • Stm.MessageBroker.Schemas
      • Stm.MessageBroker.sln
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.3620
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: System.Reflection.AssemblyTitle("")]
[assembly: System.Reflection.AssemblyDescription("")]
[assembly: System.Reflection.AssemblyConfiguration("")]
[assembly: System.Reflection.AssemblyCompany("")]
[assembly: System.Reflection.AssemblyProduct("")]
[assembly: System.Reflection.AssemblyCopyright("")]
[assembly: System.Reflection.AssemblyTrademark("")]
[assembly: System.Reflection.AssemblyCulture("")]
[assembly: System.Reflection.AssemblyVersion("1.0.0.0")]
[assembly: System.Reflection.AssemblyDelaySign(false)]
[assembly: System.Reflection.AssemblyKeyFile("C:\\Developing\\Stm.MessageBroker\\Stm.MessageBroker.Mappings\\Stm.MessageBroker.Mapp" +
    "ings.snk")]
[assembly: System.Reflection.AssemblyKeyName("")]
[assembly: System.Reflection.AssemblyDefaultAlias("")]
[assembly: System.Reflection.AssemblyFileVersion("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersion("1.0.0.0")]
[assembly: Microsoft.XLANGs.BaseTypes.BizTalkAssemblyAttribute(typeof(Microsoft.BizTalk.XLANGs.BTXEngine.BTXService))]

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Norway Norway
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions