We have the following scenario:

1. Publisher sends 2 types of messages A and B.
2. We have 2 windows services that subscribe to this publisher. Service X 
and Y.
3. Service X listens only for message A and Service Y listens for both 
messages A and B.

If the publisher sends out 100 messages of type A and then 2 messages of 
type B then Service X processes all 100 messages of type A and stops, 
service B processes all 100 messages of type A and then processes the 2 
message B's.

Is there a way to have Service Y process the 2 message B's while it is still 
processing the 100 message A's?

Thanks,
Adam


-- 
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.

Reply via email to