views:

244

answers:

0

I'm thinking about how I could scale out Tibco EMS queue listeners written in managed code (C# in this instance). I'm looking for predominantly isolation and clustering characteristics.

In MSMQ I could use Windows Process Activation Service to host and manage the number and lifetime of queue listeners. Is there a Tibco equivalent?

Otherwise I suspect I'll end up with a simple NT service to host EMS listeners. (which in turn could perform process-activation). Workable but fairly tricky to build a 24x7 monitorable, robust, production service.