publish-subscribe
NServiceBus How To Publish Message From 2 Physical Locations Of 1 Logical Service
is it possible to publish a message fro开发者_如何学JAVAm 1 logical service that is deployed to 2 physical locations?[详细]
2023-02-13 03:52 分类:问答Tibco pagebus framework testing
We are using the Tibco pagebus framework as a middle wa开发者_运维百科re for message publishing/subscribing.[详细]
2023-02-09 22:49 分类:问答RabbitMQ reordering messages
RabbitMQ ticks all the boxes for the project I am planning, save one.I would have different workers listening on a queue and it is important that they process the newest messages (i.e., latest sequenc[详细]
2023-02-09 19:48 分类:问答NServiceBus Event Information
I\'m trying to decide what information my Event DTOs should contain in a pub/sub scenario. I see two possibilities:[详细]
2023-02-09 07:25 分类:问答Publisher/Subscriber in LINQ?
Problem: IEnumerable<Signal> feed = GetFeed(); var average1 = feed.MovingAverage(10); var a开发者_如何学Goverage2 = feed.MovingAverage(20);[详细]
2023-02-08 22:50 分类:问答Subscriber authorisation in WebSphere MQ with MDB
I have an MDB that looks like this: @MessageDriven(mappedName = \"jms/TestJeremyTopic \", activationConfig ={[详细]
2023-02-06 00:04 分类:问答node.js and juggernaut pub/sub
I\'m using express framework and juggernaut. I looked at many examples about juggernaut, a开发者_高级运维ll examples using this method(client side):[详细]
2023-02-03 13:08 分类:问答Is there a jQuery Equivalent of YUI 2 Custom Event Publish/Subscribe Event Model?
I learned how to develop in Javascript using the YUI 2 library and was wondering if there were a jQuery equivalent of Custom Events (http://developer.yahoo.com/yui/event/#customevent)[详细]
2023-02-03 03:22 分类:问答How to renew subscriptions after IISRESET?
This is my scenario: Web application with a self-hosted bus (publisher) Windows service with NServiceBus.Host.exe (subscriber)[详细]
2023-02-01 23:27 分类:问答How to get the total number of subscribers in NServiceBus?
I\'m using NServiceBus and I need to know how many clients are subscribed to a specific message type (even better the names of the subscribers开发者_运维百科). I\'m talking in a pub\\sub scenario.[详细]
2023-02-01 03:58 分类:问答