JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
CLOSED  Feature request JPPF-242  -  Listener API for notification of client queue events
Posted Apr 01, 2014 - updated Apr 03, 2014
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Feature request
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Client
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 4.1
Issue description
We propose to add an API in the JPPF client to receive notifications of queue events on the client side: whenever a job is added to the queue (submitted) or removed (execution completed). The corresponding listener/event APIs should provide information on the queue itself and its content, for instance a snapshot of the jobs currently in the queue.

One possible use would be to implement pluggable strategies for automatic management of the connection pools sizes, to help handle varying client workloads. See related Feature request JPPF-234 - Change the size of client connection pools dynamically