-
## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=818717
Build error leg or test failing: Aspire.Playground.Tests.AppHostTes…
-
We collected large of logs through fluentd azure eventhub plugins, however the problem is that this plugin use https instead of amqp. Any plan to implement amqp?
-
This looks quite bad:
```
Traceback (most recent call last):
File "./stress_amqp.py", line 104, in
main()
File "./stress_amqp.py", line 96, in main
client.loop(timeout=1.0)
File "../pu…
majek updated
9 years ago
-
string strExpiration = "6000";
m_prop._flags |= AMQP_BASIC_EXPIRATION_FLAG;
m_prop.expiration = amqp_cstring_bytes(strExpiration.c_str());
We can't publish message using above code. The key is wh…
-
[click-repl](https://pypi.org/project/click-repl/) is used for `celery amqp repl` only (since v5 (https://github.com/celery/celery/commit/01651d2f5)).
It has a few dependencies itself that it pulls i…
-
I'm having an issue with using amqp_basic_nack to requeue messages. When I set the requeue argument to 1, it does redeliver the message to the queue, but when I eventually consume it again, the envelo…
-
In [AMQP specification](https://www.rabbitmq.com/resources/specs/amqp0-9-1.pdf) stated about actions on missing heartbeats:
_"If a peer detects no incoming
traffic (i.e. received octets) for two …
nesb1 updated
1 month ago
-
Currently, for each AMQP connection, an ExecutorService is created with a number of threads equal to two times the number of CPUs/cores. These threads seems always to be in sleeping/blocking state (ch…
micoq updated
5 years ago
-
Pulsar has native support for delay message. Can aop support this based on Pulsar too?
For example, by parsing the delay field in the header, you can set the delivery time of the message.
```
Map…
-
First of all thanks for open-sourcing this very useful Jmeter plugin. While using this with amqp-client-3.3.4 version, it throws the following timeout error:
```
2015/05/27 14:49:16 ERROR - com.zeroc…