Skip to content

Commit

Permalink
the webapp needs the new jms config
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Feb 19, 2013
1 parent 1f87194 commit fb655da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fcrepo-webapp/src/main/resources/spring/jms.xml
Expand Up @@ -10,8 +10,12 @@

<context:annotation-config/>

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

<!-- translates events from the internal bus to JMS, in Atom format -->
<bean class="org.fcrepo.messaging.legacy.LegacyMethodEventFactory" />


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

0 comments on commit fb655da

Please sign in to comment.