Transactional processing and Broken-queue in Queue processors
Since queue processors replace standard agents in pega 8, I want to know what happens to the below :
1. Standard agents used to take care of the transactional processing. The agent activity contains only the business processing logic. What happens to the transactional processing in Queue processors ? Does the queue processor handle it or do we need to include the logic in the activity ?
2. How are items that fail processing handled in queue processors ?
Thanks