oslo.messaging/oslo_messaging/tests/functional
dukhlov 1482687ff7 Move server's logic from executors
Now we have situation when openstack projects like Mistral needs
extra oslo.messaging functionality.

 But it is too complicated now to to implement something new and
 integrate it with current code because there is a little bit mess.
 1) Executor should be responsible for how to run jobs
      (but now also has code with server logic)
 2) Dispatcher should be responsible for routing message to the
     target endpoint for processing (but it also has serialisation, sending replies,
     executing some executor's callbacks etc)
 3) Server should do all server specific logic, we need to have different
      implementation of servers for RPC and notification, not different implementations
      of dispatchers

 This patch fixes 1-st point

Change-Id: Ib6408f408889bb7b7056722be636a5547b1a780d
2016-02-23 15:00:58 +00:00
..
gate Remove qpidd's driver from the tree 2015-11-20 18:43:28 +00:00
notify Option group for notifications 2015-11-30 19:30:05 +00:00
zmq Merge "[zmq] Use PUSH/PULL for direct CAST" 2016-02-08 11:21:10 +00:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_functional.py Move server's logic from executors 2016-02-23 15:00:58 +00:00
utils.py batch notification listener 2015-12-08 09:14:20 +01:00