Microsoft.BizTalk.Server.2013.ReceiveLocationReceive Location

Microsoft.BizTalk.Server.2013.ReceiveLocation (ClassType)

A receive location is the configuration of a single endpoint to receive messages from external entities.

Knowledge Base article:

Summary

Receive locations are BizTalk artifacts that are used to provide an entry point for external data to the messaging engine. Receive locations are synonymous to send port, except that they work on the receive side. The status of a receive location depends on the availability of the location.

Element properties:

Base ClassMicrosoft.BizTalk.Server.2013.HostedApplicationArtifact
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId79f3566a-730a-10c2-cb81-e9702ea8dcdf

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.BizTalk.Server.2013.ApplicationArtifact:
Name  string  Name Name of the artifact true 256  False 
Microsoft.BizTalk.Server.2013.ReceiveLocation:
InboundAddressableURL  string  Inbound Addressable URL Contains a URL that can be used by external parties to send documents to the receive location false 256  False 
InboundTransportURL  string  Inbound Transport URL Contains an adapter-specific URL that the given instance of the receive location listens to false 256  False 
IsPrimary  int  Is Primary Specifies a primary receive location to use for correlation false 256   
ReceivePipeline  string  Receive Pipeline Contains the name of the pipeline that will process the document before the document is submitted to the MessageBox database false 256  False 
SendPipeline  string  Send Pipeline Contains the name of the send pipeline used by the receive location false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2013.ReceiveLocation" Accessibility="Public" Abstract="false" Base="Microsoft.BizTalk.Server.2013.HostedApplicationArtifact" Hosted="true" Singleton="false">
<Property ID="InboundAddressableURL" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="InboundTransportURL" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsPrimary" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReceivePipeline" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SendPipeline" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>