zoukankan      html  css  js  c++  java
  • Route the message within a requestresponse receive port

    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

  • 相关阅读:
    各种排序
    最大子数组的和与积
    字符串距离
    二叉树的基本操作
    C++11创建线程的几种方式
    二分查找
    汉诺塔问题
    读写锁实现
    全排列
    数字转汉字
  • 原文地址:https://www.cnblogs.com/JasonLiao/p/2812029.html
Copyright © 2011-2022 走看看