message-queue
JMS message - associate with Queue
Having a jms message, which method I can use to get the queue from which it came? I think it should be something like:[详细]
2023-03-19 00:55 分类:问答Making message queues non-persistent in Linux
This may be a completely newbie question about message Queues, but we are havi开发者_Go百科ng some issues with them being persistent across the Linux system. We are running Fedora 14 and using message[详细]
2023-03-18 04:21 分类:问答responsively checking two queues without pegging CPU
I have a thread pool system which uses message passing to organize events, and I am also using the Windows API which also does a bit of message passing. So essentially I need to use the functions whic[详细]
2023-03-17 11:11 分类:问答get main thread's message queue and handler
How do I get the message queue of the main thread from another thread? Looper.getMainLooper() gets the main thread\'s looper but I am unable to find a way to get the MessageQueue for another thread\'s[详细]
2023-03-17 02:23 分类:问答Dealing with duplication in a message queue
I\'ve been arguing with my programmer about the best way of going about this.We have data that comes in开发者_如何学编程 at a rate of about 10000 objects per second.This needs to be processed asynchro[详细]
2023-03-16 00:07 分类:问答Silverlight/Windows Phone 7 Equivalent of android.os.Handler
The Android platform has a Handler clas开发者_如何学Pythons for queueing messages or events to be run at a later stage or on a different thread. I was looking around the MSDN docs and the net for some[详细]
2023-03-14 00:11 分类:问答What open source message queuing software provides durability with strict ordering?
What we need is RabbitMQ that actually works as a queue and doesn\'t do this. Messages should stay at the head of a queue untill client dequeues them explicitly.[详细]
2023-03-13 14:17 分类:问答help:wrong behavior code:client-server IPC signal handling on POSIX Message Queue UNIX C programming
in a single main() function,so need signal handling. Use Posix Message Queue IPC mechanism , can ignore the priority and other linked list message,to implement the scenario:[详细]
2023-03-13 13:15 分类:问答Storage capacity of MSMQ on Windows 7
Is there a storage limit for MSMQ on Windows 7? I read that for versions older than 3.0, there is a 8GB limit. But again 开发者_如何转开发in a white paper read[详细]
2023-03-12 21:56 分类:问答Using Activemq, spring for processed messages
I want to make an application where: Users will send a message to queue Listener will listen messages of[详细]
2023-03-12 11:09 分类:问答