Hi
I have just upgraded from a very version of RSB (1.8.0.0) to the
latest version on NuGet and the load balancing configuration I had now
loses messages.
I notice things have changed as there is a new configuration option
"readyForWorkEndpoint" that was not there before and wonder if I am
missing anything else.
Also of note is I get loads of discarded "HeartBeat" messages in the
balancer queue. These never appeard before either, and the fact I am
seeing them might point too further invalid configuration for this
version of RSB.
Any help appreciated.
Full problem example at git://github.com/crowleym/ServiceBusTests.git
Configs as follows:
bus sending message:
<rhino.esb>
<bus threadCount="1" numberOfRetries="0" endpoint="msmq://
localhost/test.bus.client" />
<messages>
<add name="Messages" endpoint="msmq://localhost/
test.bus.balancer" />
</messages>
<loadBalancer threadCount="1" endpoint="msmq://localhost/
test.bus.balancer" readyForWorkEndpoint="msmq://localhost/
test.bus.balancer.acceptingwork" />
</rhino.esb>
bus recieving message:
<rhino.esb>
<bus threadCount="1" numberOfRetries="0" endpoint="msmq://
localhost/test.bus.server" loadBalancerEndpoint="msmq://localhost/
test.bus.balancer.acceptingwork" />
<messages/>
</rhino.esb>
other bus recieving message:
<rhino.esb>
<bus threadCount="1" numberOfRetries="0" endpoint="msmq://
localhost/test.bus.server2" loadBalancerEndpoint="msmq://localhost/
test.bus.balancer.acceptingwork" />
<messages/>
</rhino.esb>
--
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rhino-tools-dev?hl=en.