In How many ways Orchestrations provide Subscription
information to Message Box?
Answer / abhishek
There are two ways to provide subscription to message box
from Orchestration
1) Direct Binding : In this case message from Orchestration
is directly bound to message box and context property is
written over the message for any SPID (send port subscribed
to message )
2) Dyanamic Binding :In this case message from Orchestration
is directly bound to message box and context property is
written over which can include Transport type
propery,Transport location property along with CLSID
definning the runtime subscription .
Is This Answer Correct ? | 4 Yes | 5 No |
what is custom pipeline and the use of custom pipeline ? why and how we use custom pipeline?
can we promote property promotions through Orchestration?
Define bam?
what is the use of schema in biztalk and why we use schema?
Difference between Biztalk server and web services?
What is biztalk orchestrations dehydration and rehydration? : biztalk server
Is there any possibility in the biztalk FIFO(first-in-first-out) without use the orchestration? how to implement explain?
what is direct binding?
When we are promote the fields as quick promote then they are stored in property schema,when we promote as distinguished fields then where the fields stored?
I have a receive port and send port whose message types are different.When I receive a message in my receive port,my process starts.I will construct my out message and give this to my send port.I am configuring a send port group to the logical send port.TO the send port group I have added many send ports with filters.The message in the send ports are not getting filtered based on my filters. Help will be highly appreciated. Thanks in advance
What is the use of custom pipeline?
In How many ways Orchestrations provide Subscription information to Message Box?