org-arl / fjage

Framework for Java and Groovy Agents
https://fjage.readthedocs.io/en/latest/
Other
25 stars 13 forks source link

Publish the queue length on an Agent #282

Open notthetup opened 1 year ago

notthetup commented 1 year ago

An Agent may have a bunch of messages pending in the queue that hasn't been processed yet. This is especially true with the MessageBehaviour. We should have a standard mechanism where this number can be queried over the fjage protocol. It can be very handy for debugging.