-
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…
-
Likely due to an upstream bug on a dependency https://github.com/pma/amqp/issues/28#issuecomment-231146075:
```bash
$ mix deps.compile amqp_client
==> amqp_client (compile)
include/amqp_gen_cons…
-
Example:
```js
// listener
require('seneca')().use('seneca-amqp-transport')
.add({a:1, b:2}, function (msg, reply) {
reply(null, {z: msg.z}, 123) //
bra1n updated
7 years ago
-
Hello, I load the demo and try to send messages to localhost.
Amq.direct works well, but when I try to subscribe to a topic get this error message.
***
RabbitMQ.Client.Exceptions.OperationInterrup…
-
Hello,
(First of all - not sure if i'm misusing rhea library or my broker setup is incorrect)
One ActiveMQ broker, one consumer, durable subscription.
We have large groups of messages, up to 10…
-
When connecting to some AMQP 1.0 brokers, we cannot set capabilities on the shovel, so in some scenarios we are unable to give the shovel the proper configuration. In example, for IBM MQ , if you want…
-
With Servicebus 1.0 Java client, one can only send message with AMQP Data which limits the interop with other AMQP clients. Other AMQP sections should be supported for main scenarios like.
- String…
-
Hi all
I can't require 'em-synchrony/amqp'
It complains:
```
em-synchrony/amqp.rb:189:in `': undefined method `client=' for AMQP:Module (NoMethodError)
```
I have amqp v1.2.1 installed.
hghdo updated
8 years ago
-
```
15:35:08.174 [Camel (camel-1) thread #37 - TemporaryQueueReplyManager[document.save.restDoc]] WARN o.a.c.c.j.r.TemporaryQueueReplyManager - Exception inside the DMLC for Temporary ReplyTo Queue f…
-
Just starting out with node-amqp10 I was trying to create a QpidJava policy with some of the `sslOptions` overridden.
Browsing through the code I got the impression that something along the lines of …