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.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted
+25

If I understand your question correctly, then the TIBCO equivalent is TIBCO ActiveMatrix Service Grid. It supports C# service containers and can host and manage your C# listeners.

Couple this with TIBCO ActiveMatrix Service Performance Manager and you can have it automatically deploy and start more instances to more nodes during high load situations.

link|improve this answer
Yeah that seems just the ticket - this functionality new? I moved on from Tibco in the end. – stephbu Feb 28 '11 at 8:18
Active matrix is available for several years. other options include Tibco Business Works (an older product of Tibco) and using Message Driven Beans in a J2EE Application Server. – Ophir Yoktan Feb 28 '11 at 9:08
Dang. I didn't realise your question was so old, but yes, Service Grid is relatively new. From my vague recollection, it's only been around for 2 or 3 years. – Tom Howard Feb 28 '11 at 22:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.