Open adamfoneil opened 3 weeks ago
Not sure we actually need the EventMessage table. Can we use Queue<T> instead?
EventMessage
Queue<T>
Not sure we actually need the
EventMessage
table. Can we useQueue<T>
instead?