Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At the top of the file, just above the first  beansbean  tag (not beans), insert:

Code Block
<bean class="org.archive.crawler.frontier.AMQPUrlReceiver"/>

<bean id="umbraBean" class="org.archive.modules.AMQPPublishProcessor">
  <property name="clientId" value="requests"/>
</bean>

...