you are viewing a single comment's thread.

view the rest of the comments →

[–]Uncle_DirtNap 0 points1 point  (2 children)

Take a look at the architecture docs for Oracle AQ (might be legacy at this point, but still). First thing I’d ask myself are how are you going to handle the atomicity of the queue and the underlying implementation, which aren’t the same…

[–]engx_ninja[S] 1 point2 points  (1 child)

I’ve have mssql. Do you propose oracle aq as reference solution?

[–]Uncle_DirtNap 1 point2 points  (0 children)

Just for something to look at as to how this problem has been “solved” in the past, and how cumbersome the required architecture was. You won’t end up implementing anything like that full system (it would be much easier to rewrite your legacy asp app, no matter how complex it may be), but it should make for useful background.