publish-subscribe
zero mq pub/sub with multipart not working
Here\'s my script. #!/usr/bin/env python import traceback import sys import zmq from time import sleep print \"Creating the zmq.Context\"[详细]
2023-03-10 07:48 分类:问答Benefits of using MQTT vs another push notification service for android?
Hey guys, I am new to android development and I am curious on what is the \"best\" or most customary way to enable push notifications on an android app from a server.[详细]
2023-03-09 07:53 分类:问答Implement durable pub/sub?
Let\'s say I have a publisher and mutiple listeners. When the publisher sends a message, it has to be received by all listeners. If one of the listeners is down, he should get the message as soon he i[详细]
2023-03-08 15:56 分类:问答WCF Publish / Subscribe: How to handle client side timeout so as not to miss information?
开发者_高级运维I have a simple WCF publish/subscribe up and running, based on this example. I am using netTcpBinding with reliableSession enabled. Everything works fine with the functionality (the sub[详细]
2023-03-08 14:15 分类:问答Publisher/Subscriber with changing subscriptions during loop
This is more of a general design query I had. I have implemented a publish / subscribe pattern by maintaining a list of subscribers. When an event to publish occurs, I loop through the subscribers and[详细]
2023-03-08 08:54 分类:问答How does a second physical publisher get notified of new subscribers?
Related to this question: As I understand it, two physical publishers represent a single logical publisher must each have their own subscription qu开发者_如何学Ceue.Using DBSubscriptionStorage allows[详细]
2023-03-07 15:09 分类:问答Connecting flash to an pub/sub or amqp server?
We have a flash application that only communicates with a php backend, which again communicates with mysql and redis. We have few asynchronous tasks, the resul开发者_如何转开发ts are delivered to the[详细]
2023-03-07 12:51 分类:问答Publish/Subscribe samples with RabbitMQ in .NET [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-05 07:36 分类:问答Pub/sub implementation in nodeJS
I\'ve been playing around with different publish/subscribe implementations for nodeJS and was wondering which one would be best for a specific application. The requirements of the application involve[详细]
2023-03-03 19:43 分类:问答PHP Ejabberd Handshaking
I am creating a soc开发者_开发百科ial networking site where I want users to chat and receive live notifications like Facebook, I tried searching for possible solutions and found ejabberd\'s pubsub mod[详细]
2023-03-03 09:08 分类:问答