-
Does the module supports AMQP-1-0-0.
I do not see anything regarding supported version in the Doc.
If not, is there any plan to support it in the future?
ruffp updated
2 years ago
-
## Expected behaviour
The README.ME states in [Transport Options](https://github.com/senecajs/seneca-amqp-transport#transport-options) the following:
> AMQP related options may be indicated eit…
-
```
What steps will reproduce the problem?
1. test with "php amqp_test.php"
What is the expected output? What do you see instead?
Creating connection
< [hex]:
0000 41 4D 51 50 01 01 09 01 …
-
While long-running message handlers (amqp_method) run, inbound frames need to continue to be processed in the background so that heartbeat frames (frame_type == 8) can continue to increment the bytes_…
-
# AMQP Messaging Network proposal
The initial idea mentioned in the [Issue 1120](https://github.com/eclipse/hono/issues/1120) was to leverage Azure Event Hubs, but in order to handle bidirectional …
erryB updated
5 years ago
-
Currently, the README.md and examples only show an AMQP connection that appears to be using the default guest account. Could we get more info on how rjr operates with respect to opening connections th…
-
The latest release (1.2.1) depends on this:
{amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq-3.3.5"}}},
That won't build on OTP 19, because of changes in 's…
-
A colleague and I noticed that `amqp.Channel`'s method `InspectQueue` is sometimes blocking when the connection is lost. I have included a minimal example of the code used below.
I tested this code…
-
I'm troubleshooting some slow performance in my application that I've narrowed down to the amqp-ts consumer component. I have a go-lang based sender that sends messages to a queue and a typescript/nod…
-
From https://github.com/rabbitmq/rabbitmq-server/issues/1015:
```
When creating a federation upstream, in the uri if connection_timeout amqp param is added it needs to be in milliseconds not seconds …