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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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
Configuring the distributor   Message List  
Reply | Forward Message #2009 of 4943 |

Hallo everybody,

 

I'm sure my question will cause a lot of you to think: "Why don't just use google, before asking such a newbie question". The surprise is (for me, at least), I did it.  I just can't figure out, how to use the distributor.

Starting with the FullDuplex sample, I want to  switch a distributor in the middle.

 

At client side I, just changed the unicast bus config section to deliver the messages to the distributorControlBus:

 

  <UnicastBusConfig DistributorControlAddress="" DistributorDataAddress="">

    <MessageEndpointMappings>

      <add Messages="Messages" Endpoint="distributorControlBus" />

    </MessageEndpointMappings>

  </UnicastBusConfig>

 

 

When it comes to the distributor runner config, I'm not sure any more.  I guess, I have to tell the distributor something about the retrieved messages and which assembly to load for them.  Should I just uncomment the code like this:

 

<UnicastBusConfig DistributorControlAddress="" DistributorDataAddress="">

    <MessageEndpointMappings>

      <add Messages="Messages" Endpoint="messagebus" />

    </MessageEndpointMappings>

  </UnicastBusConfig>

 

Something about Endpoint="messagebus"  makes me unhappy. But I don't know what to do else.

 

And the biggest problem is the Server side.  What should I change in those sections:

<MsmqTransportConfig

    InputQueue="messagebus"

    ErrorQueue="error"

    NumberOfWorkerThreads="1"

    MaxRetries="5"

  />

   

  <UnicastBusConfig DistributorControlAddress="distributorcontrolbus@server" DistributorDataAddress="distributordatabus@server">

    <MessageEndpointMappings>

    </MessageEndpointMappings>

  </UnicastBusConfig>

 

  <MsmqSubscriptionStorageConfig Queue="subscriptions" />

 

I will appreciate any tip, hint, link or book that will help me understanding nServiceBus better.

 

Stefan Rosenberger



Sat Mar 14, 2009 10:15 am

stefanrosenb...
Offline Offline
Send Email Send Email

Forward
Message #2009 of 4943 |
Expand Messages Author Sort by Date

Hallo everybody, I'm sure my question will cause a lot of you to think: "Why don't just use google, before asking such a newbie question". The surprise is (for...
stefanrosenberger
stefanrosenb...
Offline Send Email
Mar 14, 2009
10:15 am

Stefan, That's a good question, and you were quite close to the solution, just so you know. Rather than configuring the client to send messages to ...
Udi Dahan
udidahan7
Offline Send Email
Mar 14, 2009
4:50 pm

i'm confused: what's the difference between the messagebus and distributorDataBus? if someone has a working code please upload it thanks!!...
Yaron
yaron.witten...
Offline Send Email
Nov 22, 2009
6:56 pm

Yaron, "messagebus" and "distributordatabus" are just names of queues - don't hold any special significance. Stefan, The problem with the referenced situation...
Udi Dahan
udidahan7
Offline Send Email
Nov 23, 2009
6:25 am
Advanced

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