-
I sent message in kubemq but I found unnecessary string(`- (1)`)
example:
I sent message is `test-kubemq` but in log shown `test-kubemq - (1)`
command: `kubemqctl queues send "hello-world-que…
-
Installation of kubemqctl installs version 3.0.2. Following is the Available in commands in this installation.
Available Commands:
commands Execute Kubemq 'commands' RPC commands
config …
-
**When i run bellow command**
helm install phpfpm . --set mariadb.mariadbRootPassword=DB_ROOTPASSWORD,mariadb.mariadbUser=DB_USERNAME,mariadb.mariadbPassword=DB_USERPASSWORD,mariadb.mariadbDatabase=D…
-
How to restart StreamObserver(subscribe) when connect to KubeMQ fail or get error
thank you
-
Hello, I'm trying to generate some custom GRPC protobufs into scala.
The .proto file's package is `kubemq` and the service is also called `kubemq`,
this results in some conflicts when compiling the …
-
It's kinda clunky to use kubemqctl with it's configuration file in the same dir. Could you guys read from an env variable or specify an absolute path for kubemqctl.yaml?
-
I ran kubemq on my local `minikube` and then was testing the following sample code but it's not working.
Should i be using `localhost` or `minikube` ip? Nothing is working.
```
const kubeMQ = requ…
-
Hi guys,
first of all thank you for this amazing tool.
Maybe it's a stupid question but I don't find an answer in the documentation.
Is it possible to list messages in a queue/event/event-sto…
-
When sending query response (via GRPC protocol) with some tags attached, those tags does not appear on the query receivers response.
**How to reproduce:** I did a few modifications to query example …
-
I have a requirement to support the message with 1TB. Therefore I don't want to have one big node; instead sharded cluster with smaller storage.
Is it possible? I don't see it in the documentation.