Trigger on Queue insert

Hello, I have a process where I send user data to a queue to then process internally. Has anybody set up a trigger on a queue before and is it possible. Otherwise the other option is to call and database function as a fire and forget after adding data to a queue. I’d preferably not want to use a cron job as I want the most minimal delay possible between data getting in a queue and data being processed.

Thanks.
Was this page helpful?