Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address #157 - Update IslandoraSync to use a configurable activeMQ br… #158

Merged
merged 4 commits into from
Mar 9, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = localhost:61616
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be tcp://localhost:61616

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doh. updating now.

Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@
<routeContextRef ref="drupalAuthentication"/>
</camelContext>

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just islandora.brokerUrl here

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also need to add a cm:property tag around line 17

</bean>

</blueprint>