--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/3674b412-64e8-4d94-b5a9-059b01bb6b4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jeremias,I can say that there are banks currently using MassTransit to process millions of dollars of transactions daily. Novell is using it to manage one of their cloud offerings (check list history for more details). There's an order processing system using it, but I don't hardly of the details. Multiple products at McKesson, a healthcare company, uses this stack processing 100s of millions messages a day. Microsoft uses MassTranist (on MSMQ) for something internally, but they never told me what.Specific architectures might differ but generally import key points:- cluster RMQ- load balancer in front of the cluster- at high volume, RMQ will be io bound on windows- running out of disk space on a RMQ node has nasty behaviour (blocks all threads)- don't cluster over WAN, erlang doesn't handle latency well; other tools to use in that case- break up workflow into small unitsCheers,
Hello guys,--
Firstly I just want to say that I have been researching MassTransit for a while now and I really like it. Our company is in process of possibly establishing our messaging architecture on top of MassTransit and RabbitMQ. Any of you guys willing to share your current architecture and experiences regarding MassTransit with RabbitMQ?
It would give comfort to some C-level executives to give a couple of successful stories about this product.
Thanks in advance
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstransit-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/3674b412-64e8-4d94-b5a9-059b01bb6b4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
-Travis