简体   繁体   English

配置:用于WCF的TIBCO EMS传输通道

[英]Configuring: TIBCO EMS Transport Channel for WCF

Has anybody used EMS WCF plugin (Net.Tems Listener Adapter)? 是否有人使用过EMS WCF插件(Net.Tems侦听器适配器)?

How can I configure number of listeners to the queue or topic, threading/max jobs/flow control and keep alive.. settings in my WCF service? 如何在WCF服务中配置队列或主题的侦听器数量,线程/最大作业/流控制并保持活动设置。

I have a working WCF service listening to XML SOAP over JMS binding hosted with WAS (Net.Tems Listener Adapter) in IIS. 我有一个正常工作的WCF服务,它通过IIS中由WAS(Net.Tems侦听器适配器)托管的JMS绑定侦听XML SOAP。

This can be done by controlling the IIS application pool configuration. 这可以通过控制IIS应用程序池配置来完成。 (Idle timeout, worker processes..) Or can be managed by the developer when hosting the WCF service in a custom host instead of IIS. (空闲超时,工作进程。)或者在将WCF服务托管在自定义主机而不是IIS中时,可以由开发人员进行管理。 Otherwise by default there can be only 1 lister for each WCF service (using WAS TEMS based hosting) therefore deploy the service multiple times to have more active listeners. 否则,默认情况下,每个WCF服务只能有1个列表器(使用基于WAS TEMS的托管),因此需要多次部署服务以具有更多活动的侦听器。 You may also add the number of worker processes in the IIS application pool but that will be activated as and when IIS find the need for more processes to do the load balancing. 您也可以在IIS应用程序池中添加辅助进程的数量,但是当IIS发现需要更多进程来进行负载平衡时,该数量将被激活。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM