little question about correlation

Home Page Forums BizTalk 2004 – BizTalk 2010 little question about correlation

Viewing 1 reply thread
  • Author
    Posts
    • #14588

      I have a message with following fields:
      orderNumbers,productNames and the ordered number off goods that are purchased.
      There a multiple messages from that type that are being sent to a msmq from the warehouse where all the goods are stored.

      example:
      order001,radio,3
      order002,radio,4
      order003,car,1

      I get messages back from the warehouse into the msmq with JUST the productname and quantity:
      radio,7
      car,1

      how do I correlate these messages on my sent port to the msmq and the receiving port.

      Greetings

    • #14587

      I don’t think you are going to get much out of the message itself as any two orders for 1 car will look the same.

      That just leaves proptocol properties. Does the remote end implement MSMQMessage.CorrelationId
      [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msmq/html/63d58fbb-6e27-4d22-9852-d5da9c23106b.asp[/url]

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.