Skip to content

Instantly share code, notes, and snippets.

@adrianhsieh
Created April 16, 2015 06:31
Show Gist options
  • Select an option

  • Save adrianhsieh/5bac83de4ecc4172356c to your computer and use it in GitHub Desktop.

Select an option

Save adrianhsieh/5bac83de4ecc4172356c to your computer and use it in GitHub Desktop.
spring bean for queue counter
<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