Top "Publish-subscribe" questions

Publish/subscribe is a messaging pattern where senders (publishers) of messages do not program the messages to be sent directly to specific receivers (subscribers).

Recommended Python publish/subscribe/dispatch module?

From PyPubSub: Pypubsub provides a simple way for your Python application to decouple its components: parts of your application can …

python publish-subscribe pypubsub
How to use jQuery .subscribe()?

I've been trying to use $.subscribe but it doesn't seem to work. I downloaded a WAR project where it does …

jquery jquery-plugins publish-subscribe struts2-jquery
Redis command to get all available channels for pub/sub?

I search through redis command list. I couldn't find the command to get all the available channels in redis pub/…

redis comet publish-subscribe channel
Understanding Meteor Publish / Subscribe

I've got a simple app set up that shows a list of Projects. I've removed the autopublish package so that …

javascript mongodb meteor publish-subscribe
Publish/Subscribe samples with RabbitMQ in .NET

I've built this sample: Getting Started With RabbitMQ in .net, but made 2 programs: one-publisher one-subscriber I'm using BasicPublish to publish …

c# rabbitmq publish-subscribe messagebroker
EmberJS actions - call one action from another when wrapped within `actions`

How do you call one action from another action when wrapped within actions in an EmberJS controller? Original code that …

javascript ember.js publish-subscribe ember-controllers
Publish multiple messages to RabbitMQ from a file

Publishing single messages to a RabbitMQ queue can be easily done with the UI, by simply putting the message in …

file command-line rabbitmq message-queue publish-subscribe
What is Redis pubsub and how do I use it?

Somebody asked me what PubSub was and how to create a channel (in comment from my answer) and I pointed …

redis publish-subscribe
Redis publish/subscribe: see what channels are currently subscribed to

I am currently interested in seeing what channels are subscribed to in a Redis pub/sub application I have. When …

redis publish-subscribe
Publishing/subscribing multiple subsets of the same server collection

EDIT: this question, some of the answers, and some of the comments, contain a lot of misinformation. See how Meteor …

collections meteor publish-subscribe