Jeremy
Jeremy

Reputation: 46420

Managing messages processed by a dynamic send port

We are building a distribution system where an incomming message is routed to a destination based on content of the message. This pattern in biztalk is relatively straightforward. In our solution, messages come in, are stored in a repository, and also distributed to the appropriate 3rd party.

We have several functional requirements of an administrative web application that would be used by an operational support person.

Essentially we need the ability to manage the messages through a web application, not using any biztalk tools, and only for this specific biztalk solution. Any suggestions for implementation suggestions, patterns or examples that do something similar?

Upvotes: 1

Views: 219

Answers (1)

Jay
Jay

Reputation: 14471

You can query the biztalk database directly to gain information about the state of biztalk (like what the management console does). A lot of details are here

Upvotes: 1

Related Questions