Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor emendation to Spring XML
  • Loading branch information
ajs6f committed Nov 22, 2013
1 parent 19369d8 commit 83af13b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions fcrepo-jms/src/test/resources/spring-test/jms.xml
Expand Up @@ -3,9 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:amq="http://activemq.apache.org/schema/core"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd">

<!-- Context that supports JMS publication-->

Expand All @@ -14,8 +16,8 @@
<!-- publishes events from the internal bus to JMS, in Atom format -->
<bean class="org.fcrepo.jms.observer.JMSTopicPublisher"/>

<bean class="org.apache.activemq.ActiveMQConnectionFactory"
p:brokerURL="vm://localhost?broker.persistent=false&amp;broker.useJmx=false&amp;broker.enableStatistics=false"/>
<amq:connectionFactory id="connectionFactory"
brokerURL="vm://localhost?broker.persistent=false&amp;broker.useJmx=false&amp;broker.enableStatistics=false"/>

<bean class="org.fcrepo.jms.legacy.LegacyMethodEventFactory"/>

Expand Down

0 comments on commit 83af13b

Please sign in to comment.