Skip to content

Commit

Permalink
Kill even more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Dec 11, 2013
1 parent c4d51fa commit 77e134c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions fcrepo-webapp/src/main/resources/spring/jms.xml
Expand Up @@ -8,7 +8,7 @@

<context:annotation-config/>

<!-- publishes events from the internal bus to JMS, in Atom format -->
<!-- publishes events from the internal bus to JMS -->
<bean class="org.fcrepo.jms.observer.JMSTopicPublisher"/>

<bean id="connectionFactory"
Expand All @@ -18,7 +18,7 @@
<bean name="jmsBroker" class="org.apache.activemq.xbean.BrokerFactoryBean"
p:config="classpath:/config/activemq.xml" p:start="true"/>

<!-- translates events from the internal bus to JMS, in Atom format-->
<!-- translates events into JMS header-only format-->
<bean class="org.fcrepo.jms.headers.DefaultMessageFactory"/>

</beans>

0 comments on commit 77e134c

Please sign in to comment.