Skip to content

Commit

Permalink
Merge pull request #158 from ruebot/157
Browse files Browse the repository at this point in the history
Address #157 - Update IslandoraSync to use a configurable activeMQ br…
  • Loading branch information
whikloj committed Mar 9, 2016
2 parents 00bdeb5 + f387ccd commit d20d19c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions camel/sync/src/main/cfg/ca.islandora.sync.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ islandora.fcrepo.baseurl = localhost:8080/fcrepo/rest
islandora.php.workingDir = /home/vagrant/islandora/camel/commands/bin
islandora.php.executable = islandora.php
islandora.triplestore.baseurl = localhost:8080/bigdata/namespace/kb/sparql
islandora.brokerUrl = tcp://localhost:61616
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<cm:property name="islandora.drupal.password" value=""/>
<cm:property name="islandora.fcrepo.baseurl" value="localhost:8080/fcrepo/rest"/>
<cm:property name="islandora.php.workingDir" value="/home/vagrant/islandora/camel/commands/bin"/>
<cm:property name="islandora.brokerUrl" value="tcp://localhost:61616"/>
</cm:default-properties>
</cm:property-placeholder>

Expand All @@ -34,4 +35,9 @@
<routeContextRef ref="drupalAuthentication"/>
</camelContext>

<!-- configuration of activemq component -->
<bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent">
<property name="brokerURL" value="${islandora.brokerUrl}"/>
</bean>

</blueprint>

0 comments on commit d20d19c

Please sign in to comment.