Re: Filter for Different Messages comming to a single folder

Home Page Forums BizTalk 2004 – BizTalk 2010 Filter for Different Messages comming to a single folder Re: Filter for Different Messages comming to a single folder

#25452

Hi,

You can set your receive location to one folder, and collect all five of your messages. By the way – what difference is between them? If message type – good.

For filtering by receive shape, and let’s say different file types you can do this:

For exmple, in each orchestration – in receive shape of each orchestration you set the message type of each message :

BTS.MessageType = “First”

That’s it. The value in filter expression must be in double-qutes. Also I use direct binding, for easer deployment.