Skip to content

Commit

Permalink
remove jms and legacy atom serialization from webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jun 11, 2013
1 parent 33a1ea9 commit 2cb6c28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion fcrepo-jms/src/main/resources/spring/jms.xml
Expand Up @@ -11,7 +11,7 @@
<context:annotation-config/>

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

<bean id="connectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory"
depends-on="jmsBroker">
Expand Down
30 changes: 0 additions & 30 deletions fcrepo-webapp/src/main/resources/spring/jms.xml

This file was deleted.

0 comments on commit 2cb6c28

Please sign in to comment.