- Jul 17, 2019
-
-
Jorrit Schaap authored
-
- Jul 05, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Jul 04, 2019
-
-
Jorrit Schaap authored
-
- Jul 02, 2019
-
-
Jorrit Schaap authored
-
- Jun 28, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Jun 25, 2019
-
-
Jorrit Schaap authored
-
- Jun 24, 2019
-
-
Jorrit Schaap authored
-
- Jun 20, 2019
-
-
Jorrit Schaap authored
SW-699: raise in BusListener when it is detected that the provided handler is an empty template handler
-
Jorrit Schaap authored
-
- Jun 18, 2019
-
-
Auke Klazema authored
-
Jorrit Schaap authored
SW-699: added UsingToBusMixin, and (re)use that in all the ServiceMessageHandlers and some AbstractMessageHandler derivatives
-
- Jun 14, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Jun 13, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Jun 11, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
SW-699: do not use direct_address anymore. only send messages to the exchange with a proper routing_key
-
Jorrit Schaap authored
SW-699: fixed doctest. added check for ack/reject lofar message. reuse current queue connection when getting nr_of_messages_in_queue.
-
- Jun 07, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
SW-699: added documentation to RPCClientContextManagerMixin. renamed rpc_service.py module tp rpc.py, and it's classes to RPCClient and RPCService. Moved Request and ReplyMessage into rpc.py module. Mader MessageFactory and used it in FromBus and rpc.py
-
- Jun 06, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Jun 04, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Jun 03, 2019
-
-
Jorrit Schaap authored
SW-699: refactored/simplified RPC as well. Refactored has_args/has_kwargs quirks in RequestMessage. Have one simple API.
-
Jorrit Schaap authored
SW-699: major refactoring of the messagebus's BusListener and Service. Together with Jan-David and Auke, I decided to only allow a single API for the service, and we chose the most commenly used API based on the MessageHandlerInterface which we refactored into the ServiceMessageHandler. TODO: add docstrings, fix tests, adapt all Services in lofar python code.
-
- May 21, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- May 20, 2019
-
-
Jorrit Schaap authored
-
- May 17, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
SW-699: fixed some typos. Made TemporaryQueue bindable to and exchange. Route RPC-ReplyMessages via exchange to temporary reply queue
-
- May 16, 2019
-
-
Jorrit Schaap authored
SW-699: major rewrite of FromBus/ToBus, AbstractBusListener and RPC/Service based on kombu/rabbitmq. This allows us to use a single lofar exchange (multiple exchanges are still allowed), and using auto-generated designated queues with subject based routin_keys.
-
- May 14, 2019
-
-
Jan David Mol authored
-
Jan David Mol authored
-
Jan David Mol authored
SW-699: Make notifications unconfigurable, greatly reducing complexity of the higher abstraction layers.
-