-
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…
-
### Relevant telegraf.conf
```toml
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_interval = "10s"
flush_jit…
-
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
-
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
-
https://gist.github.com/julianalucena/ba0c7bc6ddb829c0db97
-
First of all, thank you for the great packages. They helped me and my team a lot in working with such transports as Kafka and Pub/Sub. I think this library is a must-have for message-oriented PHP app.…
-
```
I'm enclosing a patch both in plain and in hg bundle format, which adds:
1. UnitTests for sequence serialization/deserialization
2. Sequence serialization/deserialization support
While under 1.0…
-
When publishing to *Direct*, *Topic* or *Fanout* exchange (e.g.: `amqp://guest:guest@localhost/myExchange?type=topic`) no *Queue* and no *Queue Binding* needs to be done. Only simple publish is suffi…
-
When an AMQP server forces an early closure of a connection, due to imposed resource limits, the AMQP message close will contain the reason and description, for example 'resource-limit-exceeded' and …
-
Hi, I'm running into an issue with deb-s3's argument parsing for the delete operation. I'm not quite sure what's going on, haven't inserted a pry binding to try to dig around yet, but I wanted to at l…