-
### Description
In order to have more mature components of Quarkus in communicating with messaging systems specifically new upcoming backing services such as KubeMQ which is Kubernetes compliant an…
-
**FEATURE REQUEST**
**What happened**: Use [KubeMQ](https://kubemq.io/) for PubSub events
**What you expected to happen**: [Why KubeMQ](https://kubemq.io/why-kubemq/)
**Environment**:
- Kube…
eruiz updated
4 years ago
-
Hi,
Atm there are a couple of MQT available. But a good Kubernetes native and member of CNCF alternative for this is KubeMQ (https://kubemq.io/product-messaging-patterns/#queue).
Would be awesome to…
-
error: running kubemq community version on kubernetes is not supported anymore, please use kubemq commercial version. we believe that kubeMQ community version will support kubernetes - any suggestions…
-
I got this error when try to using the lib.
`
node_modules/kubemq-js/lib/queues.d.ts:256:84 - error TS2694: Namespace '"$HOME/my-app/node_modules/kubemq-js/lib/protos/index"' has no exported member …
-
Hi,
I have created a simple test setup with 3 docker containers.
The first container is the KubeMQ standalone docker container (based on the docker based installation, https://github.com/kubemq-io/k…
-
I'm using kubemq to communicate with other projects, using the CQRS pattern. My project's language is Python, the other projects' language is Java.
The problem I encountered happens when I receive a …
-
When I run the following command:
docker run -d -p 8080:8080 -p 50000:50000 -p 9090:9090 kubemq/kubemq-community:latest
And then go to http://localhost:8080/dashboard
I see the dashboar…
-
Having an issue with running multiple kubemq sender objects across disparate processes in python.
I am running the latest kubemq community docker container with hash `520bdca15eef` with port 50…
-
KubeMQ? Kafka?
I'd like all events (github webhooks, rt tickets, even print jobs) to flow through a message bus. We can then script and automate events via functions. This is also particularly usef…