publish-subscribe
PubSub EventBus in Java (comet-style)
I am trying to build a very simply event bus, where both subscriptions and publications are made in Java applications.[详细]
2023-03-18 10:47 分类:问答Using Scala's ObservableMap
I\'m trying to use scala.collection.mutable.ObservableMap. I grabbed the snippet below from scala-user and copied it to the REPL.[详细]
2023-03-18 04:52 分类:问答Publish and Subscribe to Comet Server in Java-application
Is it possible to implemen开发者_JS百科t clients that can subscribe and publish to the Comet Server, from within a Java application?[详细]
2023-03-17 21:49 分类:问答What is the best way to implement subscription to a Redis pub sub in Rails?
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[详细]
2023-03-17 14:12 分类:问答Redis PUBLISH/SUBSCRIBE limits
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[详细]
2023-03-15 20:29 分类:问答PubSub + Reliable message delivery to unreliably present subscribers
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[详细]
2023-03-15 18:39 分类:问答What is Redis pubsub and how do I use it?
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[详细]
2023-03-15 18:26 分类:问答How to use ServiceStack Redis in a web application to take advantage of pub / sub paradigm
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[详细]
2023-03-15 01:36 分类:问答Faye or Redis Pubsub
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[详细]
2023-03-12 08:39 分类:问答NServiceBus: Trouble getting PubSub working with Distributor
I\'m using NServiceBus 2.5 and trying to get a simplified version of the NServiceBus PubSub sample working with the distributor. The simplification:[详细]
2023-03-12 04:28 分类:问答