asseco-voice / laravel-stomp

STOMP native queue driver for Laravel
MIT License
4 stars 4 forks source link

Delay queue doesn't work #30

Open eliel-ferreira opened 1 year ago

eliel-ferreira commented 1 year ago

MessageJob::dispatch('some message')->delay(Carbon::now()->addSeconds(30));

I use these code and tried to make this message to consume after 30 seconds. But it doesn't work.