-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've implemented a masstransit saga that works as should, a lot of times. However, there are times when the messages go to the error queue or just seem to disappear.
I'd like to know:
1. How do I get the reason/exception message that causes a message to go to the error queue? (NOTE: My handler logic…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i have latitude and longitude of a location and i want to find nearby transit info of that location, just like how google does it on there google maps detail page.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Enterprise Service Bus (ESB), .NET Service Bus, NServiceBus, RhinoServiceBus, MassTransit and so on.
I'm trying to understand what each of these technologies have in common or not in common.
I attended Juval Löwy's presentation on the .NET Service Bus earlier today and he stated that the .NET Service…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I think the title sums it all .... We have a .NET 2.0 system trying to implement a distributed pub/ sub model. I came across NServiceBus, RhinoBus and MassTransit. Unfortunately, these are MSMQ based. I am tasked to figure out pub/ sub alternatives that uses a different messaging alternatives ...…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using MassTransit request and response with SignalR. The web site makes a request to a windows service that creates a file. When the file has been created the windows service will send a response message back to the web site. The web site will open the file and make it available for the users…
>>> More