WSO2 ESB Multiple instances of proxy service
问题 We are using WSO2 ESB and as transport we have WebSphere MQ which is accessed using JMS. Problem is that each proxy service works in one thread with WebSphere MQ and because of that we have performance issues. How can we start multiple instances of proxy service without deploying multiple copies of it? Maybe there are some hidden configuration parameters? 回答1: In addition to already mentioned parameter <parameter name="transport.jms.ConcurrentConsumers">2</parameter> you might need to add