Disable reinsurance ceding work queue

About this task

If you do not enable Reinsurance Management, Guidewire recommends that you disable work queue RICedingWorkQueue.

Procedure

  1. In Studio, expand configuration > config > workqueue.
    1. Double-click work-queue.xml to open it.
    2. Search for and comment out the following block by adding <!-- before the block and --> after it the code block.
      <work-queue workQueueClass="com.guidewire.pc.domain.reinsurance.RICedingWorkQueue" progressinterval="30000">
        <worker instances="1"/>
      </work-queue>
  2. Save your changes.