Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor update due to jms.xml impact of ticket:
  • Loading branch information
Andrew Woods committed Jun 3, 2014
1 parent b36e60a commit 7d73eb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -15,3 +15,4 @@ ObjectStore/
transaction.log
velocity.log
fcrepo4-data/
activemq-data/
Expand Up @@ -14,8 +14,9 @@
<bean class="org.fcrepo.jms.observer.JMSTopicPublisher"/>

<!-- translates events from the internal bus to JMS -->
<bean class="org.fcrepo.jms.headers.DefaultMessageFactory" />

<bean class="org.fcrepo.jms.headers.DefaultMessageFactory">
<constructor-arg value="http://localhost:8080/rest"/>
</bean>

<bean id="connectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory"
depends-on="jmsBroker">
Expand Down

0 comments on commit 7d73eb3

Please sign in to comment.