Spring-integration JMS Gateway连接数

时间:2016-12-08 13:38:53

标签: spring-integration

我已声明JmsOutboundChannel网关如下:

JmsOutboundChannelSpecTemplateAware templateAware=
     Jms.outboundAdapter(jmsConnectionChannelOneFactory)
            .headerMapper(getJMsHeaderMapper())
            .destination(serverProperties.getQueueName())

如何增加/设置与消息代理的JMS连接数?

1 个答案:

答案 0 :(得分:0)

这取决于您的配置;使用if(strtolower($_POST['billing_last_name']) == strtolower($getOrg['data']['0']['linked_persons_contacts']['0']['family_name'])) { // do nothing } else { $person = $SimplicateApi->makeApiCall('POST','/crm/person',json_encode($pers_payload)); } (推荐)时,有一个连接,生成器被缓存(默认情况下)。

使用提供商的连接工厂时,每个请求都会使用一个新连接(慢得多)。