Created
March 31, 2011 20:07
-
-
Save zygm0nt/897150 to your computer and use it in GitHub Desktop.
advisor topics Spring configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<bean id="testQueue" class="org.apache.activemq.command.ActiveMQQueue" autowire="constructor"> | |
<constructor-arg value="my/test/queue" /> | |
</bean> | |
<bean id="deliveredToTestQueueAdvisory" class="org.apache.activemq.command.ActiveMQTopic" autowire="constructor"> | |
<constructor-arg value="ActiveMQ.Advisory.MessageDelivered.Queue.my/test/queue" /> | |
</bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment