I am trying to build a very simply event bus, where both subscriptions and publications are made in Java applications.
I\'m trying to use scala.collection.mutable.ObservableMap. I grabbed the snippet below from scala-user and copied it to the REPL.
Is it possible to implemen开发者_JS百科t clients that can subscribe and publish to the Comet Server, from within a Java application?
The scenario I am working with is that I have a node.js engine which is receiving web-hook and pubsubhubhub queries from various services. It needs to send the incoming data to Rails for processing an
I\'m considering Redis for a section of the architecture of a new project. It will consist of a lot of clients (node.js connections) SUBSCRIBING to particular keys with one process PUBLISHING to those
I need to build a system th开发者_运维百科at uses a Publish/Subscribe bus (e.g. Mule, ZeroMQ, RabbitMQ), but the literature all implies that subscriber applications are reliably available to receive m
Somebody asked me what PubSub was and how to create a cha开发者_运维百科nnel (in comment from my answer) and I pointed him to the article on redis.io => http://redis.io/topics/pubsub. I think it is pr
I am interested in the Pub/Sub paradigm in order to provide a notifications system (ie : like Facebook), especially in a web application which has publishers (in several web applications on the same w
I thought I understood this technology, but maybe I don\'t. What\'s the difference between the two? Why would you choose one over the other? 开发者_StackOverflow
I\'m using NServiceBus 2.5 and trying to get a simplified version of the NServiceBus PubSub sample working with the distributor. The simplification: