rabbitmq
Streaming text logfiles into RabbitMQ, then reconstructing at other end?
Requirements We have several servers (20-50) - Solaris 10 and Linux (SLES) - running a mix of different applications, each generating a bunch of log events into textfiles. We need to capture these to[详细]
2023-04-10 01:09 分类:问答"Unknown delivery tag" from RabbitMQ when ack'ing a message in a cluster with replicated queues
We\'ve been using Rabbit successfully for about a year.Recently have upgraded to v2.6.1, because we want to use clusters with replicated message queues.[详细]
2023-04-09 22:59 分类:问答RabbitMQ: Verify version of rabbitmq
How can I verify which version of rabbitmq is running on a server? Is there a 开发者_StackOverflowcommand to verify that rabbitmq is running?Use this command:[详细]
2023-04-09 09:38 分类:问答RabbitMQ + Node.JS Connection issue, frame size too large?
I have been playing around with RabbitMQ with apache + php and wanted to see how it compared to Node.JS in performance.[详细]
2023-04-09 01:26 分类:问答Node.js + socket.io + node-amqp and queue binginds when "re" connecting thru socket.io
I have one scenario which is very close to this sample: One main screen: this screen (client side) will connect to the socket.io server thru server:9090/scope (io.connect(\"http://server:9090/scope[详细]
2023-04-08 23:02 分类:问答Why do I get a 404 error with Perl's RabbitMQ consumer?
RabbitMQ is setup and I can use the sample script: use Net::RabbitMQ; my $mq = Net::RabbitMQ->new();[详细]
2023-04-08 20:31 分类:问答celery get tasks count
I am using python celery+rabbitmq. I can\'t find a way to get task count in some queue. Some thing like this:[详细]
2023-04-07 06:19 分类:问答Which message queue can handle private queues that survive subscriber disconnects?
I have some requirements for a system in need of a message queue: The subscribers shall get individual queues.[详细]
2023-04-06 10:20 分类:问答How to measure time taken for a message to reach message queue in RabbitMQ?
I have a producer class which sends messages to a message broker, RabbitMQ. I am using开发者_如何学C Quartz scheduler to send the messages at regular intervals.[详细]
2023-04-05 17:55 分类:问答Lightweight notification technique
I need to develop a realtime re开发者_运维问答cent activity feed in django (with AJAX long-polling), and I\'m wondering what\'s the best strategy for the server-side.[详细]
2023-04-05 10:45 分类:问答