BizTalk (RSS)

BizTalk

BizTalk Tools and guidelines

I stumbled upon a nice list of tools and guidelines regarding BizTalk Server (2006). Tools and Guidelines.

EventStream - ConnectionString

I am combining the DirectEventStream and the BufferedEventStream.

Keep in mind that the ConnectionString differs.

Buffered : "User ID=BAMUser;Password=BAMUser;Data Source=(local);Initial Catalog=BizTalkMsgBoxDb";

Direct: "User ID=BAMUser;Password=BAMUser;Data Source=(local);Initial Catalog=BAMPrimaryImport";