I\'m building my first app using MVVM and I stuck. Using the messenger to communicate other ViewModels about some changes was working ok until I tried to build an observablecollection of objects. I ha
Background: I am using OmniThreadLibrary to load batch mode ADO stored procedures in the background. I am doing some slightly dodgy stuff by swapping the connection after opening the SP but that seems
Another problem with mantaray: We have \"a lot\" of PCs in a network, our p2p messaging software uses MantaRay (which we plan to replace with something else). On some PCs the task manager shows CPU at
It seems like most of the messaging systems I\'ve looked at have basic, if any, support for priority message queues. For example, the AMQP only specifies a minimum of 2 priorities. RabbitMQ, an AMQP i
I\'d like to selectively delete messages from an AMQP queue without even reading them. The scenario is as follows:
I have Created a RabbitMQ P开发者_JAVA技巧roducer and a RabbitMQ Consumer.... suppose my producer produces 10 messages.How can i get a particular message from those 10 messages.
I want to run several threads inside a process. I\'m looking for the most efficient way of being able to pass messages between the threads.
I need abil开发者_开发问答ity to reliably sync some chunks of textual data between all running instances of my application. What\'s the best way to make it?Generally speaking you need the Observer Pat
I\'m creating a simple messaging system for a windows phone silverlight app. The idea is various xaml pages & other objects will subscribe to a messaging object, passing in the type of message th
I\'m converting a C++ application in C# and managing to work my way through most of it. However I\'m stuck with the following statement: