How to set up autoprocessing of WQ

Hi,

How can I achieve autoprocessing? I have WQ with command that should process messages in WQ. It is workflow type which generates and saves new records based on WQ entry data. I think I configured WQ correctly but it doesnt work. Is there something more to configure?
Create event is set to Record created.

You have to configure <LoadExternalWorkQueues>true</LoadExternalWorkQueues> in your AsapSettings.config.

The problem is that when you web app goes idle for too so long, iis can end the process and the work queue processing could get stopped then.

The most save solution is to configure independend AsapScheduler instance, which runs as a windows service. But if there is some traffic on your site, it’s to much work to do and it’s not necessary then.