I have 2 services开发者_开发百科. Both of them need subscribe to the same channel. The 2 services are load balanced. Each service runs on multiple servers.
I\'ve been looking at Mass Transit for a couple of months now, and I\'m really intrigued by the possibilities. However, I don\'t seem to be able to get the concepts quite right. I\'ve looked the code,
Ever since learned about using event aggregators to publish messages instead of using events I\'ve managed to most events in my code (minus the ones that connect WPF control properties to 开发者_Stack
In a Rails app I\'ve used Faye (Rack adapter) for push notifications (for chat). I want to use Faye for another use case (more push notifications) but I can\'t seem to figure it out.
I need some help with topics and selectors. I have a scenario with a topic having multiple durable subscribers (each with a selector)
I am making a pub/sub object for custom events and I can\'t figure how to add support for events like user.logged.* where it would subscribe the subscriber to the events user.logged.in and user.logged
I am trying to understand the Observable/Observer design pattern. This is the code I have so far (code from Javascript Patterns book):
I understand that the small message size limit is predefined as 30 in the source code (C++) . but when I change it to let say 512, it parsed out fine. however when I tried to send it, it did not show
I have been using a PEP plugin (found here: https://github.com/flosse/strophejs-plugins/blob/master/pep/strophe.pep.js) to connect to a users node however I am having some trouble. When my connected b
I\'m probably going开发者_如何转开发 to be using NService bus, I understand that the dispatcher of events is going to publish the events to the subscribers but i\'m wondering if it\'s correct to publi