Search the web
Sign In
New User? Sign Up
nservicebus
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

Hi, Suppose a CRM service publishes a "CustomerCreated" event that contains the data type for a Customer object. Now the Order service picks up this event...
7 8:44 am
Werner
wernerclausen
Offline Send Email

Hi, I need some advice on a queue design that someone hopefully have some comments on. I want to create a test-setup using nServiceBus. I have chosen to create...
5 12:05 am
Udi Dahan
udidahan7
Offline Send Email

Hi, I was wondering if anybody has any advice for using BizTalk with NSB. I have a situation where I need to use the BizTalk adapters and transformation engine...
3 12:02 am
Scott Banwart
sbanwart...
Offline Send Email

In a simple scenario I have created I have one distributor pushing messages out to three workers. Each worker is running with five available worker threads....
5 Dec 3, 2009
8:19 pm

jjlivesay
Offline Send Email

Hey all, We've got a service that interacts with a COM component that requires our apartment state to be STA. Currently NSB sets the ApartmentState to MTA. Is...
7 Dec 3, 2009
8:14 pm

element533
Offline Send Email

Does NSB provide a mechanism to validate messages? Maybe using schemas? If not, does anybody have any input regarding validation of messages? Maybe an...
15 Dec 3, 2009
7:56 pm

Matt Burton
matt.burton
Offline Send Email

I'm writing some code to read and write nservicebus configuration with xml. I've implemented IConfigurationSource and in the GetConfiguration I've put this...
3 Dec 3, 2009
2:02 pm

Andreas Öhlund
andreas_ohlund
Offline Send Email

I am having trouble finding any code or posts related to the HTTP gateway directly. Firstly, does it exist or was it a feature not developed? If it does...
3 Dec 3, 2009
6:18 am

Michael
michaelnye...
Offline Send Email

I've set up my own Live, Staging and Development profiles but I have some questions regarding how to use the profiling system correctly. - Can I make my new...
16 Dec 2, 2009
7:39 pm

Mikael Henriksson
mikaelh...
Offline Send Email

I expected the EventMessage to be only received by Subscriber1 and IEvent only by Subscriber2, but when I look at the PubSub example (NSB-2.1.0.965) I see the...
2 Dec 1, 2009
7:51 pm

Szymon Pobiega
simon_vv
Offline Send Email

Hi, I have discovered a potential threading issue in the trunk. I have set number of threads to 1 and this is my enpoint config: - class EndpointConfig :...
2 Dec 1, 2009
2:17 pm

Mikael Henriksson
mikaelh...
Offline Send Email

I have a home-grown messaging application which uses Spring framework for dependency injection and I have a spring XML file which defines all of my...
6 Dec 1, 2009
3:44 am

rscaduto
Offline Send Email

Hello, I'm currently evaluating Service Bus Implementations for .NET. We have the following needs: - Some peers are "road warriors" - they are not alway...
1 Nov 30, 2009
9:26 am

markus.schaber
Offline Send Email

i tried something like this: [Serializable] public abstract class EventBase { public DateTime OccuredAt { get; set; } } [Serializable] public class...
3 Nov 29, 2009
9:34 pm

Yaron
yaron.witten...
Offline Send Email

if a client service want to send a request to some server service but the request is not so simple and includes business rules; then one option would be to...
3 Nov 29, 2009
9:17 pm

Yaron
yaron.witten...
Offline Send Email

Hi, I have created a saga and it works perfectly. The saga is there to govern a long running process. When the saga completes I need to do some time consuming...
3 Nov 29, 2009
8:49 pm

Udi Dahan
udidahan7
Offline Send Email

We intend to deploy on multi-core 64bit servers. What do you suggest that we do? Larry...
3 Nov 27, 2009
5:01 pm

Larry
laultman...
Offline Send Email

If one executable process were to Subscribe to a message of one type and Publish a message of another type would that process need to register separate...
31 Nov 27, 2009
1:17 pm

rgmbak
Offline Send Email

Hi, Suppose we have an 'Order' service that subcribes to CustomerCreated event from a 'Crm' service. How does the Order service get the updated/new data? In...
16 Nov 27, 2009
10:32 am

Udi Dahan
udidahan7
Offline Send Email

hi, lets say i have a client service and it owns multiple message-based sessions to many servers. now suppose the client has some worker threads. i'd like that...
3 Nov 27, 2009
7:13 am

Yaron
yaron.witten...
Offline Send Email

Hi, Trying to set up a distributor using the FullDuplex sample. I have created the 3 distributor queues and the distributor is running. When I fire up the...
13 Nov 26, 2009
10:18 pm

Udi Dahan
udidahan7
Offline Send Email

Hi (again). Got a couple of problems that I am stumped on. Not necessarily something to do with nServiceBus as more so MSMQ, but I was wondering if anyone...
11 Nov 26, 2009
9:55 pm

Udi Dahan
udidahan7
Offline Send Email

I occasionally get the below exception, that I believe is related to the DBSubscriptionStorage. It seems to happen almost randomly and there are no other...
8 Nov 26, 2009
9:40 pm

Udi Dahan
udidahan7
Offline Send Email

I don't think I ever said this explicitly. When this kind of spam arrives on the list, I delete it, and ban the person who sent it. So far, it's been effective...
1 Nov 26, 2009
7:05 am

Udi Dahan
udidahan7
Offline Send Email

The latest source from the 2.0 branch doesn't build as the sample projects haven't been updated to use the changes made to ISpecify.cs and Program.cs...
4 Nov 25, 2009
10:29 pm

Ben Ellis
dw_zaith
Offline Send Email

Is anyone using nsb in production on linux/mono OR allowing handlers or publishers to be written in java or C running on linux? thx...
7 Nov 25, 2009
2:19 pm

Symon Rottem
s.rottem
Offline Send Email

For those installing their NServiceBus message endpoints as Windows services using the command line /install switch, you may or may not be aware that you can...
1 Nov 24, 2009
6:55 pm

Matt Burton
matt.burton
Offline Send Email

Hi, What's the recommended setup of distributor queues? As I see it, workers registred in the distributor are only registred as endpoint queues - if they are...
6 Nov 24, 2009
2:43 pm

Werner
wernerclausen
Offline Send Email

When the host starts up, it attempts to load every DLL and EXE in the current directory as a managed assembly. When it finds an unmanaged DLL or EXE, it...
3 Nov 23, 2009
10:33 pm

element533
Offline Send Email

Hi, I'm using the latest build from /trunk. Setup: 1 client 1 distributor 1 worker (with NumberOfWorkerThreads=3). -- After the client, distributor, and worker...
2 Nov 23, 2009
12:27 pm

Udi Dahan
udidahan7
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help