Вопрос

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?

Это было полезно?

Решение

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).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top