INTSAMPLES-49 - Move main demo class to src/main/java + add tests

For reference see: https://jira.springsource.org/browse/INTSAMPLES-49
This commit is contained in:
Gunnar Hillert
2012-12-06 16:59:16 -05:00
parent c151ac24b2
commit 4c40d0d2e3
10 changed files with 309 additions and 138 deletions

View File

@@ -10,7 +10,7 @@
<bean id="connectionFactory" class="org.springframework.jms.connection.CachingConnectionFactory">
<property name="targetConnectionFactory">
<bean class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL" value="vm://localhost"/>
<property name="brokerURL" value="vm://localhost"/>
</bean>
</property>
<property name="sessionCacheSize" value="10"/>