publish-subscribe
Is there an free open source alternative to smart sockets?
I googled it but couldn\'t really find one. An开发者_如何学运维ybody aware of one?I\'m not very familiar with SmartSockets, but it seems to be a messaging system. A popular messaging system under the[详细]
2023-03-02 20:12 分类:问答Centralized Pub Sub options that do not use cloud based resources
Are there .Net compatible Pub/Sub tools out there that are centralized, but don\'t use any cloud based offerings?开发者_开发问答[详细]
2023-03-02 20:10 分类:问答Spring Topic Subscriber thread-pooling
I have been skimming forums and websites for a few days now about how to thread-pool a spring JMS subscriber with very little luck.When using a queue with the jms:listener-container there is a concurr[详细]
2023-03-02 17:51 分类:问答In Laymen's terms, what is Redis Pub/Sub?
Why would I use it? G开发者_StackOverflowive some very basic examples.A redis client subscribes to receive messages marked with a specific tag, termed channel.Other clients publish to this channel.Red[详细]
2023-02-28 12:56 分类:问答Problems with Inverted PUB/SUB with ZeroMQ
I\'m trying to set up \"inverted\" PUB/SUB with ZeroMQ. Meaning that subscribing (SUB) sockets belong to several long-living servers, doing zmq_bind(); and publishing (PUB) socket is a short-lived cl[详细]
2023-02-28 00:42 分类:问答XMPP + pubsub + ajaxpush
I needed to implement ajax push for real-time updates if there is a database update, group chat etc. As far i have come to know after researching on the net that methods like having a comet server, pu[详细]
2023-02-27 10:08 分类:问答Scala class with Publisher and Subscriber traits
Using import scala.collection.mutable.{Publisher, Subscriber} I\'m trying to implement a cla开发者_高级运维ss that subscribes to events and publishes events. For example, this class may receive raw da[详细]
2023-02-26 23:52 分类:问答Exception notification in .NET
I have a WPF program that I\'m developing in which I want to catch exceptions and send notification to a central (off-site) authority, returning control back to the user. A system commonly seen in sof[详细]
2023-02-24 19:25 分类:问答ActiveMQ CMS: How more than 1 consumer can recieve the same message on the same queue (I don't want load-balancing to happen)?
I have designed and implemented my framework keeping rabbimq in mind and was almost done with that, but at the last state, I have to move to activeM开发者_JAVA技巧Q, so currently, finding the equivale[详细]
2023-02-24 12:38 分类:问答Ruby on Rails with Faye, how to broadcast data to specific subcsriber
i want to build a Ruby on Rails web-apps where using facebook style notification, for the push server i\'m using FAYE, is there any solution to broadcast notification for specific client, for case stu[详细]
2023-02-24 08:07 分类:问答
加载中,请稍侯......