Skip to content

Commit

Permalink
- Add AMQ notifier xml template to GeoServer Data
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Feb 16, 2017
1 parent 264262c commit a44024a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/main/webapp/data/notifier/notifier.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<notificationConfiguration>
<queueSize>1000</queueSize>
<notificator>
<queueSize>1000</queueSize>
<processorThreads>1</processorThreads>
<messageFilter>type='Catalog'</messageFilter>
<genericProcessor>
<geonodeEncoder />
<topicSender>
<username></username>
<password></password>
<host>localhost</host>
<port>5672</port>
<virtualHost>/</virtualHost>
<exchangeName>geonode</exchangeName>
<routingKey>geoserver.catalog</routingKey>
</topicSender>
</genericProcessor>
</notificator>
<notificator>
<queueSize>1000</queueSize>
<processorThreads>10</processorThreads>
<messageFilter>type='Data'</messageFilter>
<genericProcessor>
<geonodeEncoder />
<topicSender>
<username></username>
<password></password>
<host>localhost</host>
<port>5672</port>
<virtualHost>/</virtualHost>
<exchangeName>geonode</exchangeName>
<routingKey>geoserver.data</routingKey>
</topicSender>
</genericProcessor>
</notificator>
</notificationConfiguration>

0 comments on commit a44024a

Please sign in to comment.