Get action pool size

1
At the moment I am implementing an Amazon SQS (SimpleQueueService) Connector for Mendix to be able to handle large amount of messages. While polling for new messages, I would like to know whether Mendix is ready (has enough resources) to receive and process new messages. What would be the best way to do this? The Mendix Java Runtime API provides a number of methods in the Core class to get the action pool size, but I don't know the exact differences between the methods and the returned values to check for: getActionQueueSize(), getActiveActionCount(), getCurrentPoolSize().
asked
2 answers
0

Yes I did, but the definitions do not tell me exactly which one is most suitable.

answered
-1

Did you take a peek at the documentation yet? It has (short) definitions for each method.

https://apidocs.mendix.com/7/runtime/com/mendix/core/Core.html

answered