简体   繁体   中英

Configuring: TIBCO EMS Transport Channel for WCF

Has anybody used EMS WCF plugin (Net.Tems Listener Adapter)?

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?

I have a working WCF service listening to XML SOAP over JMS binding hosted with WAS (Net.Tems Listener Adapter) in IIS.

This can be done by controlling the IIS application pool configuration. (Idle timeout, worker processes..) Or can be managed by the developer when hosting the WCF service in a custom host instead of 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. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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