1

We are exploring the design to incorporate TIBCO EMS into our .NET based system. From what I read, broth NServiceBus and MassTransit can use TIBCO EMS as the transportation communication layer. My question is: what are the benefit of using NServiceBus or MassTransit over using custom C#/.NET library over TIBCO EMS directly?

I am aware of this answer about RabbitMQ: What does MassTransit add to RabbitMQ?

Are the same benefits applied to TIBCO EMS too?

Community
  • 1
  • 1
  • If you are still investigating service bus options you may want to take a look at Shuttle (http://shuttle.codeplex.com/). – Eben Roux Jan 19 '13 at 06:38

1 Answers1

1

The benefits would be similar to those over any other transport (like RabbitMQ). While TIBCO can do more than a lot of messaging systems, it also depends on how much you want to do inside it vs. in your application using TIBCO.

Where I work, we interact with TIBCO regularly but a different team manages that and we just consume services. We do use MassTransit with RabbitMQ and MSMQ (yes, both).

Travis
  • 10,444
  • 2
  • 28
  • 48