Processing messages from a queue - constantly

This task permanently monitors queue and processed all new messages as soon as they arrive.

If queue is transactional, all operations which can take part of transaction will be either committed or rolled back once transaction is successfully completed or aborted. This includes SQL and MSMQ actions.

Source

Configure which queue will be monitored. This task supports only one queue as a source.

Actions

Configure actions which will be performed on each message. On this page you can choose whether message will be deleted ( “received” from MSMQ ) after processing is successfully completed. If there was an error during processing, message will be returned to a queue and processing will be retried later. As usual with MSMQ, if journaling is turned on message will go to journal once it’s removed from a queue.

Configuring task schedule