Difference Between Triggers And Message Queues?
843859Jan 16 2008 — edited Nov 20 2014I was looking at triggers to notify upon updated records in specific tables but the DBA team is saying we should be using Message Queues to reduce overhead on the database. Is this an advatnage? What's the major difference between the two? Does it include timestamps so there will be a record of where it left off after possible downtime?