emews / EQ-SQL

1 stars 0 forks source link

Use a msg protocol for queue communication #18

Closed ncollier closed 2 years ago

ncollier commented 2 years ago

Rather than just sending json formatted parameters, and EQ_FINAL string via the queue, use a protocol in json format. Something like:

 {"msg_type": "parameters", "params:": ...}
 {"msg_type": "cmd", "value": "EQ_FINAL}
ncollier commented 2 years ago

Implemented in https://github.com/emews/EQ-SQL/commit/485aec7249558e16563bc714b058854a1195237f