- Apr 14, 2023
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Jun 24, 2019
-
-
Jorrit Schaap authored
-
- Jun 20, 2019
-
-
Jorrit Schaap authored
-
- Jun 18, 2019
-
-
Auke Klazema authored
-
- Jun 13, 2019
-
-
Jorrit Schaap authored
-
- Jun 07, 2019
-
-
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
SW-699: specify the kwargs not in the contructor, or else you might lose some of the kwargs which are already normal arguments like subject, priority etc
-
- Jun 04, 2019
-
-
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
-
- May 20, 2019
-
-
Jorrit Schaap authored
SW-699: added has_args/has_kwargs parameters as header items, so we can pass along the args and kwargs from RPC to Service
-
- May 17, 2019
-
-
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.
-
- Apr 26, 2019
-
-
Jorrit Schaap authored
-
- Apr 04, 2019
-
-
Mattia Mancini authored
-
- Apr 02, 2019
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
SW-516: remove 'options' from messagebus classes, as these were qpid options, and we're using proton now. At this moment there is no need for such options. These can be added later when needed.
-
- Mar 28, 2019
-
-
Auke Klazema authored
-
- Mar 15, 2019
-
-
Auke Klazema authored
-
- Mar 11, 2019
-
-
Jörn Künsemöller authored
Task SW-516: Switch from qpid.messaging library to Apache Qpid Proton so we can use the message bus with Python 3
-
- Feb 08, 2019
-
-
Jörn Künsemöller authored
-
- Jan 05, 2017
-
-
Jorrit Schaap authored
Task #9931 #10057: merged feature branch ^/branches/ltaingest-Task9931 into LOFAR-Release-2_19 branch
-
- Oct 03, 2016
-
-
Jorrit Schaap authored
-
- Dec 01, 2015
-
-
Jorrit Schaap authored
-
- Nov 23, 2015
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Nov 09, 2015
-
-
Jan Rinze Peterzon authored
-
- Nov 06, 2015
-
-
Jan Rinze Peterzon authored
-
Jan Rinze Peterzon authored
Task #8531: start and stop listening can now be used without -with- which defaults to start listening now. refactored some code and added support in RPC for multiple arguments.
-
- Nov 05, 2015
-
-
Jan Rinze Peterzon authored
Task #8531: Remove support for Binary message content and ensure Strings are always unicode when sent. Also make sure 'content' is first positional argument for EventMessage due to the way the message factory works. This breaks TreeStatusEvents.py which should use named arguments instead.
-
Jan Rinze Peterzon authored
-
- Nov 03, 2015
-
-
Ruud Overeem authored
-
- Oct 28, 2015
-
-
Arno Schoenmakers authored
Task #8571: Replaced very modern python expression by more obsolete set expression so that primitive machines can handle this
-
Arno Schoenmakers authored
Task #8571: Replaced very modern python expression by more obsolete set expression so that primitive machines can handle this
-
- Oct 21, 2015
-
-
Jan Rinze Peterzon authored
-