message-queue
What is Microsoft's version of MQ Series?
In college we stu开发者_开发问答died IBM\'s MQ Series which was middleware that you could send messages to that would be persisted in a Queue.MQ Series had what was called Guaranteed Message delivery,[详细]
2023-02-27 04:56 分类:问答How do you process messages in parallel while ensuring FIFO per entity?
Let\'s say you have an entity, say, \"Person\" in your system and you want to process events that modify various Person entities.It is important that:[详细]
2023-02-26 03:28 分类:问答Message queue solution for activities that come and go on Android?
Lets say I have a Service S and Activity A. S downloads data for A (or handles some long running work, whatever), but A is not always present. I don\'t want S to hang around when it\'s job queue is em[详细]
2023-02-25 01:20 分类:问答How to manage/host AWS SQS queue consumers in Python?
I am currently working on a distributed processing application written in Python that u开发者_如何学编程tilises Amazon SQS.[详细]
2023-02-22 03:09 分类:问答Is it possible to have Perl scripts directly message one another, and if so, how is this done?
Have Perl scripts that are messaging each other via a database, but wondering if there\'s a way to have them talk to each other directly -- and if so, how? If it matters, both th开发者_如何学Pythonese[详细]
2023-02-21 02:23 分类:问答Protocol for retrieving and publishing messages (message queues without the pub/sub)
Is there a messaging solution out there (preferably supporting Python) that I can use like a mailbox, 开发者_JS百科e.g. retrieve messages from any given queue without having to subscribe? I suppose me[详细]
2023-02-20 21:38 分类:问答Why won't my MessageQueue close properly?
How can I stop a synchronou开发者_JS百科s or asynchronous Receive from a MessageQueue in C#? I find that if I haven\'t received any messages from the queue since I opened it, I can simply Close / Di[详细]
2023-02-20 20:01 分类:问答JMS performance
I\'m having a bit of trouble with understanding JMS from a performance perspective. We have this very straightforward code in our application:[详细]
2023-02-20 06:35 分类:问答rabbitmq error when connect
i got this error when i try to connect using php-amqp: Fatal error: Class \'AMQPConnecti开发者_开发问答on\' not found in[详细]
2023-02-20 03:32 分类:问答Using celery/RabbitMQ (queues) hitting APIs in Django Request/Response cycle
I am working on a product, that requires crawling APIs and computing and returning results. I am currently using Djangoas product. I had a detailed look at Documentation of Celery and RabbitMQ and que[详细]
2023-02-19 11:04 分类:问答