Getters with enterprise code
When the Agent Server processes a default getter task (a getter task that picks up work for any enterprise), the server turns around and creates a getter message for each enterprise.
The getters for the following time-triggered (agent) transactions can take enterprise code as an additional parameter:
- Order monitor
- Shipment monitor
- Negotiation monitor
- Payment collection
Each of the getter messages created by the server by default pick up their own 5,000 orders. Therefore, if you have four defined enterprises, the first getter message results in the creation of four enterprise-specific getter messages. Those four getter messages could potentially create up to 20,000 task messages. If you have many enterprises, you may want to consider:
- Lowering the number of orders a getter puts into the message queue or
- Explicitly scheduling getters with enterprise codes (instead of using the default getter which gets orders for all enterprises).