views:

90

answers:

4

Hi,

Is there a good free service bus for .Net that allows subscriptions from Java clients? I'm working with NServiceBus and I like the fluent API and the simplicity, but it doesn't support Java clients or WCF integration for web-service based connections.

Thanks!

+1  A: 

NServiceBus has builtin WCF support for receiving incoming commands. See the WcfIntegration sample that comes with the NSB download.

Andreas
A: 

Thanks for taking the time to answer - I'm looking into it.

Before I spend to much time on it, do you know if it supports Publish-Subscribe?

Matan
Bizarre. Why have you got three different user accounts?
Daniel Lee
Yeah, sorry about that, problems with my OpenID. The first two are guest accounts.
Matan
A: 

NServiceBus is a great tool for pub-sub and is very easy to configure:

http://www.nservicebus.com/PubSubApiAndConfiguration.aspx

Andrew Church
A: 

I agree, It's a great took.

I've worked with it before, I was specifically asking about PubSub with Java clients.

Matan