-
Currently the AMQP binding/transport tests require an external AMQP broker or router to execute the full test set, some tests are skipped if one is not found. From the tests:
```
// Requires an exte…
-
In order to take advantage of latest bug fixes and optimizations in the dispatch router, we should upgrade to the latest released version.
-
I am testing forwarding AMQP 0-91 messages from a RabbitMQ server through to an EnMasse instance configured with a standard address space with a connector pointing at the RabbitMQ server. An address …
-
Hono is supposed to make sure that telemetry data flowing downstream, i.e. from devices to the back end, can only be received and processed by consumers that are authorized to do so. For that to work …
-
I'm trying to run Hono inside my own Kubernetes cluster made up of 2 Raspberry Pis (one as a master, the other one as a worker node). The hono version which I'm trying to install is V 1.0.2.
I ran th…
-
**Describe the bug**
When upgrading from EnMasse 0.26.6->0.28.1 where the deployment has existing addressspaces/addresses, we are seeing an issue where one router pod within a statefulset is left run…
-
Currently, `HonoConnection.createSender()` doesn't allow the link target address to be `null`.
That is however a valid use case since a `null` address is used to establish a sender link to the anon…
-
We get the following error in DelegatedCommandSender very frequently in our automated system tests (quote from tracing)
`{
"key": "error.object",
"type": "string",
"value": "org.eclipse.ho…
-
**Describe the bug**
When running enmasse on openshift 4.3 we have several errors of amqp clients connecting to standard address spaces, the most common ones are:
A vertx client in systemtests cod…
-
Creating an issue for this to track the time spent creating/deleting standard address spaces in different configurations, and some considerations on how we can speed it up a bit, mainly to improve sys…