i have a switchyard service that binds to a jms queue (external amq). i specify concurrentConsumers and maxConcurrentConsumers. I expect that on application deploy, i would see on amq that there are consumers the same number as concurrentConsumers. i use the activemq console and watch the consumer count constantly fluctuate from the specified 20 to 0 to 18 to 12, etc.
I've attached a sample application that shows the behavior. Any help or insights would be most appreciated.