Tagged Questions

0
votes
1answer
31 views

MassTransit Queue Maintenance

Is there anything built into MassTransit that can help manage the queues? I'm specifically thinking of the error queues. I saw the thread similar to this, but I'm not looking to …
1
vote
2answers
21 views

is there a servicebus solution where consumers don’t consume events? (multiple consumers receive same event)

Hi, I was reading up on ActiveMQ which seems like a great implementation of a servicebus where producers can post messages and other processes can receive them. However when read …
4
votes
2answers
261 views

nServiceBus vs Mass Transit vs Rhino Service Bus vs other?

Just doing some quick spikes into possibly using a messaging system to process files that are in a nicely decoupled work flow system. What are the pro's and cons that people have …
0
votes
2answers
35 views

A similar ServiceBus framework like nServiceBus?

Is there a similar Service Bus framework like nServiceBus? What i want is a service bus that work inside an application other than distributed applications. Components of the same …
0
votes
4answers
232 views

Alternatives to NServiceBus that doesn’t use MSMQ

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, t …
7
votes
4answers
119 views

.net service bus recommendations?

We are in need of a distributed architecture messaging system/service bus with the capability of Publish/Subscribe. Does anyone have any reccomendations for a framework that we can …
0
votes
1answer
36 views

ESB Entry Points

Hi, I am trying to get a further understanding of message buses and one question that keeps coming up in my head is "how does the message get onto the bus?". Now, I assume there i …
1
vote
3answers
535 views

nServiceBus, Rhino Service Bus, MassTransit - Videos, Demos, Learning Resources

Hey people would love to hear about any resources you have or know about for nServiceBus, Rhino Service Bus and MassTransit. Videos? Blog posts? Books? Demo Projects etc
2
votes
3answers
230 views

Enterprise Service Bus Terminology

Can anyone explain at a beginner-intermediate level the terminology of "bus", "transport" and "endpoint" in the context of an enterprise service bus? I'm a C# developer with a few …
1
vote
1answer
99 views

Persistent Messaging/Service Bus - Roll my own or risk the learning curve?

We have a client application that needs to send messages to a server for various notifications. In order that the client can run occasionally connected I'm going to go with a mess …
0
votes
2answers
36 views

[.Net Service-Access Control Service] cannot get issuetoken by using REST

In the white paper, it said that we can use REST to ask for the token then use the token to attache to the request we are going to fire, then can invoke the service in the service …
1
vote
3answers
89 views

Message Granularity for Message Queues and Service Buses

I'm working on an application that may generate thousands of messages in a fairly tight loop on a client, to be processed on a server. The chain of events is something like: Cli …
2
votes
6answers
809 views

C# Queue or ServiceBus with no dependencies?

Is there a product (ideally open source, but not necessary), that would enable a zero dependency deployment? every service bus or queue library I've been able to find has a depend …
5
votes
7answers
612 views

Why would you use a message based system?

What are the motivations for using a message based system? I'm seeing a lot about service buses such as NServiceBus and Mass Transit and I'm wondering what the benefits of the und …
2
votes
3answers
200 views

What are the .NET Services?

Announced today at PDC. Initially made up of a Service Bus, the Workflow Service, and the Access Control Service. What are they? Why would I use them?