博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Route the message within a request-response receive port

Posted on 2012-12-10 21:29  Jason.Liao  阅读(199)  评论(0编辑  收藏  举报

Memo:

In BizTalk, if you want to route a message directly back to the initiator, promote the EpmRRCorrelationToken and the RouteDirectToTP.

The EpmRRCorrelationToken value can be read from the request message and promoted while the RouteDirectToTP property can be promoted according to your requirement.

A standard scenario is:

You have exposed a bi-direct service to the consumer, once you get the request you have to return a Sync response immediately. By this way, you can have a outbound mapping which inflect from the request, and the return message can be send to the initiator quickly.

You have to promote the below properties:

EpmRRCorrelationToken

RouteDirectToTP