-
When the rabbitmq message is sent and mandatory is ture, why execute ack after return?
in order to ensure that the message is sent successfully, based on the principle of base , the message is sent in two steps:
first, process the business logic and generate messages, which are stored in the library, which is a transaction.
this tran...
-
Spring Cloud distributed link tracking sleuth+rabbitMQ+ElasticSearch+Zipkin integration failed
phenomenon: the service cannot be found using ElasticSearch as the storage method. There is no problem with using MySQL as the storage method before, and the service can be found quickly now the console does not report an error
properties file...
-
How to fill the valley with message queue
I know that message queues can cut the front and fill the valley
message queue sharpening is easy to understand. Message queuing can limit traffic when a large number of requests are sent. Protect the back end.
but how to understand filling grain
...
-
How does rabbitmq enable multiple consumers to perform tasks concurrently, such as sending registration verification emails in batches?
in the process of using rabbitmq, I now encounter a thorny problem, which is similar to multithreading, such as sending registration verification emails. I am now writing with the c-sharp console application, and I can only open multiple windows to enab...
-
During rabbit asynchronous processing, mysql read an unfinished data and reported an error.
Application scenario: the client uploads the file and the django server writes a piece of status=1 data in the database. Then give it to rabbit to read the file and parse it. After parsing, set status to 2. The transmission format of rabbitmq is { "f...
-
How to install the php-amqp extension in windows+php+nginx environment?
recently, I have been studying the use of php+rabbitmq message queue for one-step message consumption. I want to install it in the local environment: Local Environment: windows+php+nginx+mysql find a lot of information on the Internet is based on apach...
-
What do the three parameters of rabbitmq's basic_qos prefetch method mean?
when using php-amqplib to operate rabbitmq, it is found that basic_qos has three parameters prefetch_size prefetch_count global
global and prefetch_count roughly understand the meaning of these two parameters
but the meaning of the first parameter,...
-
SUSE starts Rabbitmq-server to report an error
the error message is as follows. What is the cause?
secneo@localhost:~ tmp > sudo usr sbin rabbitmq-server
RabbitMQ 3.6.1. Copyright (C) 2007-2016 Pivotal Software, Inc.
-sharp-sharp-sharp-sharp Licensed under the MPL. See http: www.r...
-
Message priority of rabbitmq
because it seems that messages will be consumed according to priority only when consumers have unack. I feel that message priority is a very chicken-rib function. I don t know where it can be applied? ...
-
RabbitMQ is deployed on an intranet server. Is there any way for APP to receive a push?
I have deployed RabbitMQ, on the private network server. Now I want the APP of android to receive the push of queue messages. What can I do? ...
-
SpringCloud uses RabbitMQ to report error ACCESS_REFUSED
< H2 > configuration file < H2 >
rabbitmq-web
< H2 > error log < H2 >
java.net.SocketException: Socket Closed
at java.net.SocketInputStream.socketRead0(Native Method) ~[na:1.8.0_171]
at java.net.SocketInputStream.socketRead(SocketInputStr...
-
Redis is more generic than rabbitmq, right?
I am currently swinging between these two
now it is more inclined to redis, because:
redis can achieve the same queuing function as rabbitmq, and the two are tied
redis also has an additional function to cache data
do I understand this correctly...
-
What is the difference between Delivery.Ack and Channel.Ack in go's RabbitMQ?
in RabbitMQ s go support library, there are two methods func (ch * Channel) Ack (tag uint64, multiple bool) error and func (d Delivery) Ack (multiple bool) error but do not understand the difference between these two methods? the description of ...
-
Who knows the delivery_tag in rabbitmq?
recently, I found a problem when using php-amqplib. first of all, my channel uses confirm mode, that is, sender confirmation mode during use, my consumer s final response is as follows: $message- > delivery_info [ channel ]-> basic_ack ($message-...
-
Php rabbitmq callback
problem description
if you need to change the business logic in a callback that has written a consumer logic, you must rerun the consumer in order to execute the changed business logic correctly. Is there any way to execute the modified business logic...
-
Is there any way for the amqplib, of node to monitor the number of messages in the current queue?
recently tried to use rabbitmq, under node to manage using the npm package amqplib.
now there is a question, that is, after I have created a queue for rabbitmq, I want to know how much content in the current queue has not been processed through amqpli...
-
Is it feasible to use RabbitMQ to implement peer-to-peer message push?
We now have a need for CS software to implement peer-to-peer message push with cloud servers. Because the cs software cannot use websockt, we use golang to write a message service based on http persistent connection, but because the identification of htt...
-
Which library do php use to operate rabbitmq bulls?
as mentioned above, I think there should be two options, one is the official C extension library based on AMPQ protocol issued by PHP, and the other is the official php-ampqlib class library written by MQ. This is a pure PHP code library, but it seems to...
-
PHP Rabbitmq message queuing processes often hang up automatically
using the Yii2.0 framework, the server executes the following command directly to suspend the daemon normally. At that time, it often hangs up automatically after running for a few days
nohup phpstudy www llq yii queue start &
now a script has ...
-
The queue message disappeared after rabbitmq restart
The queue message disappears after rabbitmq restarts 1. When the producer sends the message, the consumer does not enable it, so the message will not be lost, but if you close rabbitmq, you will lose . What should you do at this time ?...