Created
April 16, 2015 06:31
-
-
Save adrianhsieh/5bac83de4ecc4172356c to your computer and use it in GitHub Desktop.
spring bean for queue counter
This file contains hidden or 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
| <spring:bean id="queue-counter" name="queue-counter" class="org.mule.api.jms.extension.CurrentQueueSize"> | |
| <spring:property name="port1" value="${jms.port1}"/> | |
| <spring:property name="host1" value="${jms.host1}"/> | |
| <spring:property name="port2" value="${jms.port2}"/> | |
| <spring:property name="host2" value="${jms.host2}"/> | |
| </spring:bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment