Make MLLP two way send work

For the service broker solution I am building, I have to embed in the receive pipeline of the two way MLLP send adapter to poll for the next message. The receive pipeline component is supposed to be triggered by the ACK message. What I find is sometimes the ACK simply not being routed back to […]

Order delivery using SSSB

The messaging only version for MLLP adapter based order delivery scenario. See reference http://appfabriccat.com/2011/02/implementing-end-to-end-ordered-delivery-using-microsoft-biztalk-server-and-sql-server-service-broker-new-whitepaper-on-technet-wiki/

Send port subscribe to another send port

Just a quick note, today I have to deal with a scenario to produce a message from the WCF-SQL response port, route it to another send port to send out to downstream. Everything has to be done using pure messaging. I did having some problems including BizTalk complaining ‘internal error’ while I tried to change […]

BizTalk rewinds the interchange if exception is throw in send pipeline

Found an very interesting problem today. It is about a scenario that, In the receive side, we disassemble an inbound interchange by wrapping FF disassembler component, perform some business logic In the send side, we wrap FF assemble component to serialize the message to text then call the middle tier, which will do the validation […]