This topic provides guidance for when to use Queue Based AgileParts, and when
not to.
When to Use Queue Based AgileParts
Use Queue Based AgileParts when an AgilePart operation:
- Requires more than a few seconds to execute.
- When a call goes across service boundaries — for example from
Windows Azure to your local intranet.
When Not to Use Queue Based AgileParts
Queue Based AgileParts are not recommended when an AgilePart operation:
- Requires only a few seconds or less to execute.
- Occurs within your local network.