This Queue Based AgilePart AgileConnector tells
AgilePoint Server whether to place the messages to and from
Queue Based AgileParts in the message queue for AgilePoint for AgilePoint for
Azure or On Premises
AgilePoint.
Instructions
- In a text editor, open the
netflow.cfg for AgilePoint.
- Add the following section:
<application name="QueuedWorkItemHandler"
assemblyName="AgilePoint.AgileConnector.QueuedWorkItemHandler"
className="AgilePoint.AgileConnector.QueuedWorkItemHandler.
QueuedAutomaticWorkItemHandler">
<ThreadPool>[number of threads]</ThreadPool>
<TraceMode>[True or False]</TraceMode>
</application>
- Restart AgilePoint Server.
Note: Only 1 AgilePoint Service Bus instance can be started
on AgliePoint Server at a time.
Element Definitions
Field Name |
Definition |
MessageQueue |
- Definition:
- Specifies whether to use the message queue to use for Queue
Based AgileParts. The value of this element is only important for
AgilePoint Server running on premises.
- Allowed Values:
-
- Default - Specifies to use the default message queue.
- For AgilePoint BPMS for Azure, this means use the Azure queue.
- For on premises AgilePoint BPMS for Azure, this means use the build-in
queue in the on premises database.
- Azure - Specifies to use the message queue on
Windows Azure
message queue.
- For AgilePoint BPMS for Azure, this means use the Azure queue.
- Messages will go through local Windows Azure
Storage Emulator. This requires the AgilePoint
Service Bus running in the network to
read and process the messages.
- Default Value:
- Default
|