-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30640/
-----------------------------------------------------------

Review request for qpid, Gordon Sim and Justin Ross.


Bugs: QPID-5799
    https://issues.apache.org/jira/browse/QPID-5799


Repository: qpid


Description
-------

The patch provides an API to supply a callback that gets invoked when a message 
has arrived on a session.  This callback can be used to signal the application 
thread that a message is ready for processing.

This patch will address QPID-5799 by giving the user the ability to wake up 
their application thread that is waiting in an epoll loop.  In this case the 
callback will simply write to a socket that is being monitored by the epoll 
loop.


Diffs
-----

  trunk/qpid/python/qpid/messaging/driver.py 1657134 
  trunk/qpid/python/qpid/messaging/endpoints.py 1657134 
  trunk/qpid/python/qpid/tests/messaging/endpoints.py 1657134 

Diff: https://reviews.apache.org/r/30640/diff/


Testing
-------

Added a specific test case.


Thanks,

Kenneth Giusti

Reply via email to