Skip to content

Instantly share code, notes, and snippets.

@zygm0nt
Created March 31, 2011 20:07
Show Gist options
  • Save zygm0nt/897150 to your computer and use it in GitHub Desktop.
Save zygm0nt/897150 to your computer and use it in GitHub Desktop.
advisor topics Spring configuration
<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