publish-subscribe
Can multiple NServiceBus publishers share the same DBSubscriptionStorage?
Looking at the Publish-Subscribe API and Configuration page, it would seem that the database schema used by NServiceBus to track subscriptions only tracks the Subscriber Endpoint and Message Type.[详细]
2023-02-23 12:25 分类:问答How to map a job among multiple workers using Redis Pub/Sub?
I have a Redis client which needs to split/map a job among say 3 workers. Suppose the job consists of 3 tasks. I want to map them in such a way that 3 of them runs in parallel and the job takes only ([详细]
2023-02-23 06:27 分类:问答Python based publish subscribe middleware
Is there a scalable, python based publish subs开发者_Go百科cribe middleware available? I tried RabbitMQ, but it does not scale well over 32-64 nodes.[详细]
2023-02-22 09:03 分类:问答keeping a wcf callback channel open indefinitely / reconnecting from client if it faults
i\'m currently trying to set up something like this: a server side windows wcf service hangs out and listens via tcp for connections from a client side windows service.[详细]
2023-02-19 09:18 分类:问答MSMQ, distributed topology, pubsub - queue config question
I am trying to set up a pub sub using msmq and rhino.esb. I have the publisher on one server and the subscriber on the other. When running locally with everything set to localhost it works fine.[详细]
2023-02-19 05:02 分类:问答Bind to same function in Python
I need to use two events to send a message from child frame to main frame and close the child frame (by using pubsub). One of the events is the click event of a \"Cancel\" button on the child frame an[详细]
2023-02-17 21:51 分类:问答How to add dynamic destinations to camel?
I am new to Apache Camel. I am trying to build a pubsub pattern with Camel. I want to add subscribers dynamically so that a single event can be received by dynamic number of receivers. How can I d开发[详细]
2023-02-15 19:52 分类:问答Python - How are signals different from pubsub?
Django and Flask make use of signals — the latter uses the Blinker library. In the context of Python, Blinker and the Python pubsub library, how do signals and pubsub compare?开发者_Go百科 When would[详细]
2023-02-15 09:25 分类:问答Publish subscribe with nodejs and redis(node_redis)
I am trying to build a generic 开发者_运维问答publish/subscribe server with nodejs and node_redis that receives requests from a browser with a channel name and responds with any data that has been pub[详细]
2023-02-14 08:13 分类:问答using WCF Callback and asp.net to implement publish/subscribe pattern
This is my first web application with WCF. So please guide me as a new guy. I\'m trying to use WCF Callback to implement publish/subscribe pattern. I would like to send the message from UserA to User[详细]
2023-02-13 23:41 分类:问答