MSMQ v Database Table

后端 未结 11 825
难免孤独
难免孤独 2020-12-24 07:24

An existing process changes the status field of a booking record in a table, in response to user input.

I have another process to write, that will run asynchronously

11条回答
  •  情深已故
    2020-12-24 08:00

    I also like this answer from le dorfier in the previous discussion:

    I've used tables first, then refactor to a full-fledged msg queue when (and if) there's reason - which is trivial if your design is reasonable.

    Thanks, folks, for all the answers. Most helpful.

提交回复
热议问题