The pubsub tag has no wiki summary.
0
votes
2answers
363 views
Is this RabbitMQ / sockjs pub/sub connection setup a comet solution?
My company is attempting to set up a pub/sub connection using RabbitMQ and sockjs, on Windows servers. I have two questions:
My supervisor is calling this setup a comet solution, I was wondering if ...
5
votes
3answers
378 views
Design Patterns for Coordinating Change Event Listeners
I've been working with the Observer pattern in JavaScript using various popular libraries for a number of years (YUI & jQuery). It's often that I need to observe a set of property value changes ...
-1
votes
2answers
121 views
Pub/Sub subscription forwarding [closed]
Does anyone know more about subscription forwarding in a publisher subscriber architecture? I am solving a problem where the production of values is an costly operation, thus the producer should not ...
4
votes
2answers
995 views
Simple, permanent queue system with pub/sub for Node.js?
Highly related Nodejs: many clients requests through one socket
I'm investigating a robust message passing system for this application of mine. The easyest solution would be Redis pub/sub (it's ...
3
votes
3answers
218 views
What scenarios are implementations of Object Management Group (OMG) Data Distribution Service best suited for?
I've always been a big fan of asynchronous messaging and pub/sub implementations, but coming from a Java background, I'm most familiar with using JMS based messaging systems, such as JBoss MQ, ...