-
we were using RHEA amqp v1.0.9 from many years, we recently started seeing that messages are missing intermittently on the receiver end.
tried adding some logging with events, but no luck
on rec…
-
```
1. Close connection manually.
And destruction try to make this second time.
Write function throw exception. And we have PHP fatal.
Simple AMQP client library for AMQP for protocol version 0.8
`…
-
```
1. Close connection manually.
And destruction try to make this second time.
Write function throw exception. And we have PHP fatal.
Simple AMQP client library for AMQP for protocol version 0.8
`…
-
Minor documentation omission in the AMQP protocol pages.
This might be a documentation omission for `rabbitmq-server` itself, I am not sure.
The protocol documentation (either quick reference or ful…
-
There are several anomalies related with Akka.Streams.AMQP.V1 and the RabbitMQ docker container running under the ubuntu-18.04 Azure Pipelines image.
For the V1.0 plugin, our code could not establi…
-
See rabbitmq/rabbitmq-server#2410.
[STOMP 1.2](http://stomp.github.io/stomp-specification-1.2.html#ERROR) assumes that every `ERROR` frame is for a fatal event and must be followed by a TCP connect…
-
When posting with sr_post (watch) there is no way of making the relpath not starting with / which sr_\ will take as absolute path and then never find the file, for example with sftp, posting a path an…
-
I am trying to get MQTT over WebSockets to work.
Some of the examples give the possibility to select the transport protocol to e.g.:
```
// The protocol you wish to use should be uncommented
/…
-
Using redis as a queue seems to require some specific semantics (e.g. initialized queues). Investigate the possibility of using it and re-enable it in the tests matrix.
Note that in the past in onl…
-
I have this in my `shard.yml`:
```
...
dependencies:
neo4j:
github: jgaskins/neo4j.cr
amqp-client:
github: cloudamqp/amqp-client.cr
raven:
github: Sija/raven.cr
```
My…