TOMMY WANG
TOMMY WANG

Reputation: 1402

How would a parallel convoy orchestration behave in an active active server farm

Had an orchestration following the parallel convoy pattern to receive and wait a bunch of messages before kicking off the flow. Question is we are to move to an high variability environment with multiple active-active biztalk servers, would this be a problem? will the messagebox smart enough to figure out which host instance it should push the message to?

Upvotes: 1

Views: 95

Answers (1)

DTRT
DTRT

Reputation: 11040

It's no problem at all. Don't even think about it.

An Orchestration can run an any available Host Computer but a specific instance of an Orchestration would only run on one at a time.

It doesn't matter which one.

Upvotes: 3

Related Questions