message-queue
summarizing contents of the Windows Message Queue?
We have a CF.NET 3.5 app that seems to work fine for about 4 hours before a specific bug appears:Once buggy, there is a delay of approx 30 seconds after a mouse click before the corresponding ..._Mous[详细]
2023-03-04 20:37 分类:问答How does JMS Receive work internally?
I\'ve been researching various communication technologies/architectures/patterns/implementations (read: buzzwords) including Web Services (WCF, Axis2), ESBs, SOA, and wanted to know more about JMS wit[详细]
2023-03-04 17:37 分类:问答Azure Worker Role not Running?
I\'m new to Azure so this may be something obvious that I\'m missing.I created a new Azure Cloud Service project and added a web role and worker role.In the web role I upload a file to blob storage.Th[详细]
2023-03-04 00:20 分类:问答How to tell if a task has already been queued in django-celery?
Here\'s my setup: django 1.3 celery 2.2.6 django-celery 2.2.4 djkombu 0.9.2 In my settings.py file I have BROKER_BACKEND = \"djkombu.transport.DatabaseTransport\"[详细]
2023-03-03 01:59 分类:问答Message Oriented Middleware with MVC2
I\'m reasking this, without being so long winded this time.Has anyone used any message oriented middleware with MVC2?开发者_如何学JAVAHas anyone used MSMQ? Does anyone recommend anything?[详细]
2023-03-02 01:09 分类:问答What is the best way to shutdown a durable consumer using JMS?
I have a durable consumer on a JMS topic. I set the client ID, I 开发者_StackOverflow社区can see that it\'s listed on the queue as a durable consumer.[详细]
2023-03-01 10:57 分类:问答Looking for simple example of Boost message_queue and serialization usage
Anyone can share small working example of using together boost message_queue and seri开发者_开发百科alization? I want use classes to exchange data between processes but stuck in my research. You shoul[详细]
2023-02-28 23:47 分类:问答MSMQ receive timeouts from .NET
I want to be able to read and process messages from MSMQ. The queues are transactional. I\'m currently using this code:[详细]
2023-02-28 17:49 分类:问答How to set max_retries to unlimited on an OracleAQ queue
I have set up a queue in OracleAQ.If I understand the settings correctly this configuration will try each hour for 168 hours before removing the message:[详细]
2023-02-28 04:10 分类:问答How to get a unique POSIX message queue?
I\'m working on a simple parallel application in which I want to use a single process to maintain status information about a family of worker processes.It seems relatively easy to set up a POSIX messa[详细]
2023-02-28 00:19 分类:问答