Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged rabbitmq

0 votes
530 views
1 answer
    I have the following configuration spring.rabbitmq.listener.prefetch=1 spring.rabbitmq.listener.concurrency=1 spring. ... I miss something? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
587 views
1 answer
    I have planned to delay the processing of messages in queue by following these two links link1 link2. So, as ... type along with the routing key See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
454 views
1 answer
    I would like to know how to delay with Amqpphplib. I used this great coffee script tutorial : https://github.com/ ... $amqp->ch->wait(); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
718 views
1 answer
    Is the HTTP verb PURGE idempotent? If I send the same PURGE request twice will I receive 200 the ... from the first microservice succeeded? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
615 views
1 answer
    I am using Celery with RabbitMQ. Lately, I have noticed that a large number of temporary queues are getting made ... of such queues get formed. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want to run rabbitmq-server in one docker container and connect to it from another container using celery ( ... interacting with each other? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I've already seen this question. It suggests that AMQP PECL extension is not installed. However, I have ... Any suggestions? Thank you. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    I have managed to get periodic tasks working in django-celery by subclassing PeriodicTask. I tried to create a test ... the task id. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    It seems the longer I keep my rabbitmq server running, the more trouble I have with unacknowledged messages. I ... own connection.ioloop.start() See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
486 views
1 answer
    What are the allowed types of messages (strings, bytes, integers, etc.)? What is the maximum size of a ... number of queues and exchanges? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
339 views
1 answer
    A little background. Very big monolithic Django application. All components use the same database. We need to separate ... my thoughts on AMQP? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...