-
I understand amqp1-0-0 is quite different with 0-9-1, but since the former is the formal release, are you considering supporting it?
-
I tried rhea node.js library and in particular this example https://github.com/amqp/rhea/tree/master/examples/selector example but obviously it's not working with RabbitMQ+plugin amqp1.0.
On the cont…
-
Hello,
Thanks a lot for this wonderful library.
I have a few queries related to when I am setting up a connection. Something like I am using (from a
TypeScript application, browserifying the …
-
**Describe the bug**
trying to start amqp with cluster charts from apache repo
and have
```
java.lang.NoSuchMethodError: org.apache.pulsar.broker.ServiceConfigurationUtils.getAppliedAdvertisedA…
-
```
[10:25:31] [PASS] dtestlib.Test :: [root@10.0.135.47]$ /var/dtests/node_data/clients/cli_wrapper.sh -DDTESTS_PID=15711 -DC_KILLTIME=200 -DC_HANG_ANALYSIS_ENA=0 -DC_CRASH_ANALYSIS_ENA=0 -DC_CRAS…
-
Suppose that we have the following setup
- An APP using rhea that acts as a AMQP consumer (parses AMQP messages)
- A tests container (powered by mocha), part of the app, which runs the APP on test…
-
The latest release of go-amqp made several breaking changes to their API. You can see the release notes here: https://github.com/Azure/go-amqp/releases/tag/v0.18.0
The latest version that compil…
-
I am doing this
```
$ rabbitmq-plugins enable rabbitmq_amqp1_0
$ restart rabbitmq
```
then I try `examples/client.js` with an slight modification in the last line:
```javascript
const sasl_…
-
my ubuntu version is 21.04, and git clone volttron is 8.0, and rabbitmq version 3.7.7, and use follow command to show rabbitmq is well:
hbt@hbt-desktop:~/zhuhui6/volttron$ $RABBITMQ_HOME/sbin/rabbi…
-
Hi guys,
I am in a massive rabbit hole here (pun intended).
I am trying to implemented an anonymous sender and dynamic receiver. My test program works with ActiveMQ but we use Rabbit in product…