The Null Adapter consumes all messages sent to it, allowing you to filter out "unwanted" messages from your BizTalk environment. Normally, BizTalk Server is not able to discard messages, requiring a null destination to pass these messages to.
Keep the messagebox clean and empty: Messages sent to BizTalk without a subscription will be suspended in the message box database. A large message box database will result in poor performance and increase load on valuable system resources.
Our NullAdapter for BizTalk is compiled with .NET 2.0 and supports all versions of BizTalk (2006 and later)
Simple, documented and supported. There are similar 3rd party adapters available but many of them are hard to install or requires manual extra steps.
Keep the messagebox clean and empty: Messages sent to BizTalk without a subscription will be suspended in the message box database. A large message box database will result in poor performance and increase load on valuable system resources. Throw away unwanted messages: BizTalk Server does not have the built in capability to for example discard incoming orders with say status "InProgress".