It doesn't work for me, because when I install scikit-learn==1.5.2 "from keras.wrappers.scikit_learn import KerasClassifier" doesn't work but it works with scikit-learn==1.3.1 and if I install scikit-learn==1.3.1 this problem appears "'super' object has no attribute 'sklearn_tags'". Do you know how to solve this problem?
Notice that this error can show up if you not safeguard the request to the action_manage_overlay_permission. Android developer:
In some cases, a matching Activity may not exist, so ensure you safeguard against this.
Verify you are not missing <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
in the Android manifest.
But the error should propably come from await requestExactAlarmPermission2();
could you give more details on this code?
your question is not clear?! kindly be more specific and support your issue with code, so we can help?
You have to install matplotlib to plot detailed graphs.
See documentation https://docs.sympy.org/latest/modules/plotting.html
I have the same issue, there two errors we get 401 for disconnection and 429 for throttling issues.
Used this to check for connectivity instead of disconnect/reconnect: { $context = Get-MgContext
if (-not $context) { write-host -ForegroundColor yellow "Connecting Graph"
Connect-MgGraph -ClientId $ClientID -TenantId $TenantID -Certificate $ClientCertificate -NoWelcome
} else {
write-host -ForegroundColor yellow "Graph already connected"
} } Used this to help throttle the requests when in a loop:
{ #Anti-throttling control Start-Sleep -Milliseconds 300 } I think they are related issues where the backend SP server is kicking out connections when overused without throttling.
If you are referring specific to GitHub, just navigate to: https://github.com/organizations/{{ORGANIZATION}}/settings/billing/summary
I am using odoo 17 and working on website module. I added a ratting from editor. when my customer go to my website and a want to add a review of a product and attach an images of product but for reviewing that images they click on images instead of previewing images it start auto download. I want to show online by clicking but images on clicking start downloading , can anyone guide me how can i achieve this tasks. Thanks in advance.
i am facing the same problem Error connecting to Selenium server: HTTPConnectionPool(host='172.17.0.4', port=4444): Max retries exceeded with url: /wd/hub (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fed96b68b60>: Failed to establish a new connection: [Errno 113] No route to host'))
I did update the URL from my standalone browser
driver = webdriver.Remote( command_executor='http://172.17.0.4:4444/wd/hub', # Correct IP address for Selenium Hub options=chrome_options, )
We have a similar issue now. The possible guess that during rebalancing process this service wasn't added to the consumer group and no new events are assigned to it, so it's just a service in memory without processing.
We didn't find the solution
Please share the code if you have
You mix imperative and declarative to apply gradle plugin.
Please follow this guide: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
I was wondering if you were able to solve this problem? I have a similar issue, I can get the rotation function to work but not NMSrandomCRW.
have you solved this problem? I have also encountered this problem, but I don’t know how to start, because I read the makefile and used make -n ARCH=riscv32-nemu run to observe the execution of this make, and found that INC_PATH includes $(NAVY_HOME)/libs/libc/include, but it just can’t link。
For versions higher than 6.5.0 i am getting the following error: Error during code generation for file 'file-path' - this may be due to an error in your binding or classpath, or to an error in the JiBX code LocalVariableTable name index programming error: max 65,536 > 65,535 I tried splitting my main jibx.xml file where schema set are defined into multiple files and tried to make them small. But still got same error. Is there anything else I could try?
better alternative is using react-native-svg library.
Same Issue when I trying do that on MacBook M1 Sequoia and VM with Sequoia too
https://www.instagram.com/rebecalopez4908?igsh=bTdmdjI3MGQxZTI3[enter link description here][1]
[1]: https://www.instagram.com/rebecalopez4908?igsh=bTdmdjI3MGQxZTI3... Rr
better alternative is using react-native-svg library.
It was accessibility plugin that was causing this issue.
more in this link https://cloudinary.com/documentation/react_image_transformations#image_accessibility
I have the same issue, and I'm using subscription_id not order_id when I clear the data like cookies and all from the browser and then try again then there is no error and I can do the payment in test mode.
Could you specify the function you're trying to implement?
We are facing the same issue with our component with jdk17, could you please share if you were able to resolve this.
Just adding setAlwaysShow(true)
to LocationSettingsRequest
, displays "To continue" instead of "For a better experience"
e.g.
val builder = LocationSettingsRequest.Builder()
.addLocationRequest(locationRequest)
.setAlwaysShow(true)
Currently there's no other way to do this so i made a tool for it:
It works when enabling PUT/GET communication on PLC HW configuration
I notice that the OP is using a hiltviewmodel and the sample code from BenjyTec isn't. I've been having a similar problem and it seems to centre around using HILT.
hello sir i am havingt he same problem. is a solution found?
How about this one?
int main(int argc, const char * argv[])
{
Word word;
Command cmd;
cmd.grp = 2;
word = *(Word*)&cmd; // casting by pointer conversion
}
Check the Add the *.docker.internal names ... work for me enter image description here
Thank you so much, this was driving me insane !
Did you get this working? I’m trying to recreate the same project but am having the same issue with the broken pipe.
Hey I am stuck with the same problem here with getting flink to read from kafka with avro and schema registry. I am able to see logs on schema-registry with flink trying to read from the server but I am also getting the same error:
Server Response Message:
org.apache.flink.runtime.rest.handler.RestHandlerException: Could not execute application.
at org.apache.flink.runtime.webmonitor.handlers.JarRunHandler.lambda$handleRequest$1(JarRunHandler.java:114)
at java.base/java.util.concurrent.CompletableFuture.uniHandle(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture.postComplete(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.util.concurrent.CompletionException: java.lang.NoSuchMethodError: 'org.apache.flink.formats.avro.AvroDeserializationSchema org.apache.flink.formats.avro.AvroDeserializationSchema.forGeneric(org.apache.avro.Schema)'
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source)
... 2 more
Caused by: java.lang.NoSuchMethodError: 'org.apache.flink.formats.avro.AvroDeserializationSchema org.apache.flink.formats.avro.AvroDeserializationSchema.forGeneric(org.apache.avro.Schema)'
at com.example.DataStreamJob.main(DataStreamJob.java:50)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.flink.client.program.PackagedProgram.callMainMethod(PackagedProgram.java:356)
at org.apache.flink.client.program.PackagedProgram.invokeInteractiveModeForExecution(PackagedProgram.java:223)
at org.apache.flink.client.ClientUtils.executeProgram(ClientUtils.java:113)
at org.apache.flink.client.deployment.application.DetachedApplicationRunner.tryExecuteJobs(DetachedApplicationRunner.java:84)
at org.apache.flink.client.deployment.application.DetachedApplicationRunner.run(DetachedApplicationRunner.java:70)
at org.apache.flink.runtime.webmonitor.handlers.JarRunHandler.lambda$handleRequest$0(JarRunHandler.java:108)
... 2 more
what can I do here's my pom.xml(I am using flink 1.20.0 version):
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>flink-kafka-avro</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Flink Quickstart Job</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.20.0</flink.version>
<target.java.version>1.8</target.java.version>
<scala.binary.version>2.12</scala.binary.version>
<maven.compiler.source>${target.java.version}</maven.compiler.source>
<maven.compiler.target>${target.java.version}</maven.compiler.target>
<log4j.version>2.17.1</log4j.version>
<kafka.version>3.9.0</kafka.version>
<confluent.version>7.8.0</confluent.version>
</properties>
<repositories>
<repository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>confluent</id>
<url>https://packages.confluent.io/maven/</url>
</repository>
</repositories>
<dependencies>
<!-- Apache Flink dependencies -->
<!-- These dependencies are provided, because they should not be packaged into the JAR file. -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-core</artifactId>
<version>${flink.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients</artifactId>
<version>${flink.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java</artifactId>
<version>${flink.version}</version>
</dependency>
<!-- Add connector dependencies here. They must be in the default scope (compile). -->
<!-- Example:
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka</artifactId>
<version>3.0.0-1.17</version>
</dependency>
-->
<!-- Add logging framework, to produce console output when running in the IDE. -->
<!-- These dependencies are excluded from the application JAR by default. -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-kafka</artifactId>
<version>3.3.0-1.20</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
<scope>runtime</scope>
</dependency>
<!-- flink dependencies -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime</artifactId>
<version>${flink.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-base</artifactId>
<version>${flink.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-java</artifactId>
<version>${flink.version}</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>${kafka.version}</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-avro-serializer</artifactId>
<version>${confluent.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.confluent</groupId>-->
<!-- <artifactId>kafka-schema-serializer</artifactId>-->
<!-- <version>7.8.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client</artifactId>
<version>7.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-avro</artifactId>
<version>${flink.version}</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-core</artifactId>
<version>${flink.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java</artifactId>
<version>${flink.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<!-- Java Compiler -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${target.java.version}</source>
<target>${target.java.version}</target>
</configuration>
</plugin>
<!-- Maven Shade Plugin to create a fat jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<!-- Lifecycle Mapping Plugin for Eclipse -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<versionRange>[3.1.1,)</versionRange>
<goals>
<goal>shade</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<versionRange>[3.1,)</versionRange>
<goals>
<goal>testCompile</goal>
<goal>compile</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
Suggest me what I should do?
Hey have you found how to change that without reverting by the helm? Got a similar issue here.
Getting same issue with the gender dimension with viewerPercentage metric. Also gender is not working with views metric. There's no proper documentation provided by the YouTube Doc. So if anybody can help it would be greatful.
I suggest using the relevant API rather than trying to get the values from the downloadable file. Is there any reason you cannot do that in your scenario?
I hope you are good I am trying to fix that problem for nearly two months and finally I found a random video on youtube just I had to write "sqlite3.dll" when running file and add sqlite3.dll to cpp file directory and it works like a magic I even do not know what changes but it works that is for future visitors facing the same problem
1-) add sqlite3.dll file to cpp file directory
2-) when running g++ command to run file add "sqlite3.dll" at the end of command
g++ filename.cpp sqlite3.dll -o filename.exe
"Using either of the names will produce the exact same behavior."
Ref: https://docs.open-mpi.org/en/main/man-openmpi/man1/mpirun.1.html
Did you solve your problem because i'm having the same issue right now, thanks in advance for your answer
There's a implementation proposal on envoy to cover that: Envoy Reverse Connections: Communicate with downstream envoy behind a private network
which modification have u added in your code in order to make it works? if i want to use the 2nd option, how can i add the modification to that code please? thank you in advance
I have the same problem. In tg browser the buttons are not working properly
I cannot register on Glympse Developer tools, when I try, I get this error: 404 Oops.
When I go to this link to register "https://developer.glympse.com/apps", I get this 404 error.
Does anyone gets this?
There is no such feature yet. i need that too
@ JayashankarGS is there any way to contact you? I have some questions about Azure functions combined with azure ai search Blog Storage etc.
I’ve just published a YouTube tutorial on how to create a custom button. I think it’s related to this question, and many developers may find it useful. Here is a link: https://www.youtube.com/watch?v=NH21Z_31ilQ
I’ve just published a YouTube tutorial on how to create a custom button. I think it’s related to this question, and many developers may find it useful. Here is a link: https://www.youtube.com/watch?v=NH21Z_31ilQ
@sid i didnt see app, all i see is app installer
This video exactly helped on this situation on sending messages from Pi to Pico https://www.youtube.com/watch?v=KYpNk5MRbI8
It's normally hard to see the UI from your code, anyway you can generate any type of shape you want by using this tool.
Use this one Flutter Shape Maker
I believe you can learn how to use this tool and be able to generate beautiful custom paints!
i am facing the same issue, but the solution provided doesnt work for me ,
this is how it looks for me despite adding comment it still doesnt work
if (json['success']) { //$('#alert').prepend(' ' + json['success'] + ' ');
$('#header-cart').load('index.php?route=common/cart.info');
}
},
I wrote a comprehensive yet practical guide to setting up a KRaft based Kafka cluster, you might find it useful - https://codingjigs.com/a-practical-guide-to-setting-up-a-6-node-kraft-based-kafka-cluster/
Was this issue ever solved? I'm having the same problem.
Did you solve it? I'm returning an empty string and the call is not reached to the receipt, but it appears in the vonage call log as 3 s duration with some costs
Thank you Piotr. When I combine log4j-api-2.24.3.jar and log4j-core-3.0.0.0-beta3.jar I get theis error Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/logging/log4j/plugins/util/Builder I am in a circle. I do not use Moven yet, sorry. Any advice?
Hello did you find any solution to this am having the same issue
Added the reference configuration class definition where it's enabled by default.
Don't use youtube view bots, in this video I explain the problems of using
Have you had any success with this as I am looking to do the exact same thing?
Hi did you ever get round to resolving this issue? I am having the same problem myself.
Thanks Jon
I want to integrate a Python script into my Shopify store so that when someone purchases a product, a secret passkey is sent to their email. I already have the Python script; I just need to know the steps to set this up. Can anyone help, please?
I have the exact same problem, I need this to be solved, My app is in production and I am migrating to the new credential Manager, it was not a smooth ride, very little information and too many bugs. please let me know if you have it solved
I found this link on using and installing HomeBrew on Linux here is the link HomeBrew On Linux
Propuesta para Premeditado.
Hola, es un placer saludarte.
Te escribo porque sería interesante comentar contigo la opción de que Premeditado posicione en los primeros lugares de internet y que aparezca cada mes como noticia en cientos de periódicos digitales, con artículos reales dentro del periódico que no se marcan como publicidad y que no se borran.
Estas noticias se publicarán en más de cuarenta periódicos de gran autoridad para mejorar el posicionamiento de tu web y la reputación.
¿Podrías facilitarme un teléfono para aplicarte un mes gratuito?
Muchas gracias.
When I built the Nextjs file on aHOST and uploaded the out file
The file you uploaded, out.zip, contains a virus so the upload was canceled: Sanesecurity.Foxhole.JS_Zip_13.UNOFFICIAL FOUND
it gives an error, how can I fix this?
I am facing the same problem in kaggle, did u find how to change it??
Just run PowerShell as Administrator
Try https://rapidapi.com/frolic-frolic-default/api/cryptify it provides OTP generation and verification for email addresses
Flutter Deep Link (App Link) Implementation: A Comprehensive Guide for 2025
This article provides a step-by-step guide on how to implement deep linking in a Flutter app without using any external packages. It has been carefully crafted after thoroughly researching Flutter's official documentation. Follow this guide to properly implement deep linking in your app using the right approach.
Flutter Deep Link (App Link) Implementation: A Comprehensive Guide for 2025
Please follow this article.
You can also use a .resx file : )
Seems like this is a major design flaw (in my opinion) but is debated here: https://forum.juce.com/t/ask-for-rgb-get-back-argb/9265/10
how did you make your skin plugin 1.8.8?
I have same problem like that, @Tanvir Ahmed, have you done it? If yes, may you help me how to solve this case? Many thanks
BlaBlaForm needs to extend ValidationForm
I'm having the same problem but still no solution found on the internet.
Maybe an (awful?) workaround would be to copy the content of the .css file and paste it as internal CSS (with <style>...</style>
) through the context into the .html template ?
I'm in the same situation of dynamically generating an invoice pdf file with xhtmltopdf python library (from this tutorial).
Generate pdf from html template :
from xhtml2pdf import pisa
# Additional imports
def html2pdf(template_src, context=None, request=None):
context = context or {}
html = render_to_string(template_src, context, request=request)
result = BytesIO()
pdf = pisa.pisaDocument(BytesIO(html.encode("UTF-8")), result)
if not pdf.err:
return HttpResponse(result.getvalue(), content_type='application/pdf')
return None
Display the generated file to user though view :
def view_invoice_pdf(request, invoice):
pdf = html2pdf('path/to/invoice_template.html',
context={'invoice': invoice},
request=request)
return HttpResponse(pdf, content_type='application/pdf')
Simple template example :
{% load static %}
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Invoice {{ invoice.full_name }}</title>
<meta name="created" content="{% now 'DATETIME_FORMAT' %}"/>
<meta name="changed" content="{% now 'DATETIME_FORMAT' %}"/>
<link href="{% static 'my_app/css/sample.css' %}" rel="stylesheet" type="text/css"/>
</head>
<body>
<p class="foo-class">Fancy styled text</p>
{{ invoice }}
</body>
</html>
I also tried playing with RequestContext
but not sure what to do and could not find the way to go.
Hope someone will come with a solution!
As metioned in https://bugreports.qt.io/browse/QTBUG-131799, you should use -DQT_GENERATE_SBOM=OFF in the cmake command line
The first question to ask is - do you actually need to optimize the code ?
What problem are you trying to solve ?
You can spend a lot of time tweaking and changing - but unless you actually have a goal, then you're more likely just going to spend lots of time doing more and more tweaking.
IF I was going to tweak this code - I'd iterate across the true/false list.
for index in len(b):
if b[index]:
a[index] += 1
That way you're only touching list "a" when you need to, rather than every time.
I published the article about this sometime back. Please take a look that explains how traffic flows https://medium.com/google-cloud/kubernetes-how-traffic-flows-from-internet-to-container-via-istio-9b2958961086
Did you solve it? I have the same issue.
What do you mean with deadlinedate === function? I tried toDate but it does not seem to be an option of that object
Thanks for the responses. I got to where I needed to be with the command line "jupyter nbconvert...". Never got the dropdowns to work. There is a possibility I was being "helped" (sarcasm) by a product that rhymes with "Horton".
What should be the connection string. Mysql database is in hostgator and need to use it from the webapplication. Testing in visual studio asp. Net c# webapplication
@vaiden how do i record an event like shaking and how to run iy in bluestacks?
if I also needed to search for files with “!” in all folders and subfolders?
Can anybody please tell me does Pinterest have any url like this: https://widgets.pinterest.com/v3/pidgets/users/n1cotin3/pins To get auto suggested keywords, to get ranked pins urls for a specific keyword?
Thanks @spectralInstance I am still not getting any result when I updated that formula: enter image description here
Does anyone know steps to recover mysql 8.0.27 instance on windows server? We have the Data directory. We have the db folder and files with ibd extension. I know that from extension is no longer needed with MYSQL 8. Still, I could not find out a proper way to restore the instance on a new server os.
I have the same issue. Did you ever find a workaround ?
installed latest jdk and solved
use this blog medium blog link
I'm having the same problem, it was working, and now it's suddenly not. I think its something to do with the dependencies in other modules.
enter link description herefile:///storage/emulated/0/Download/procrastinacao_site_minimalista.html
The issue was that I had forgotten to add some env-values that were needed for one of my configs that made a connection to an external service. The exception was being printed after trying @RoarS. steps
Right click on project in vs studio.
Select Manage NuGet Packages
browse Online "System.ServiceController" Package
If Version 9.0.0 or higher is installed, then uninstall it
Now Select Version 8.0.1. And Install it.
I have the same issue. And I ended up downgrading System.ServiceController from v9.0.0 to v8.0.1.
I think in V 9.0.0 there are many restrictions applied.
I provided a comprehensive comparison between Kafka and RabbitMQ in my post here - https://codingjigs.com/a-comprehensive-comparison-of-kafka-and-rabbitmq/
@isMael is useful to me. It takes much time to investigate issue the PUT request got failed when using AAR as Reverse Proxy. Change classic app pool is trick.