-
Hey,
After running `kubemqctl config` and selected a namespace with installed operator (but without any clusters yet), I received the following bug:
`panic: runtime error: index out of range [0]…
-
Bad version in cli
```bash
$ curl -L 'https://github.com/kubemq-io/kubemq-community/releases/download/v2.3.5/kubemq-linux-amd64.tar.gz' | tar xzf - && \
chmod +x ./kubemq && \
./kubemq --versio…
-
Hi, i wanna use Ping() before using QueuesStream which is not available in QueuesClient. Can you please add method bellow or Ping() on QueuesClient? At current state, i'm not allowed to create Queues…
-
Hi guys,
many thanks for your work, it's an amazing tool to compare brokers performances.
I've seen a couple of really nice brokers emerging these days:
- On K8s I've seen a very nice new broker …
-
F# code excerpt
```
let sw = Stopwatch()
let q = Queue.Queue(queue, clientId, url, Log, WaitTimeSecondsQueueMessages = 0)
sw.Start()
let pu = q.Pull(1, 0)
…
-
I'm looking for an example to send a message that allow usage of deadletter queue.
And a receiver that reject message to see how the dead letter is working in KubeMQ.
-
Hi guys,
many thanks for your work, it's an amazing tool to compare brokers performances.
On K8s I've seen a very nice new broker out there: [KubeMQ](https://kubemq.io/). What about adding support…
-
When I try to use AckMessage or RejectMessage of the transaction object the code is hanging and no result was returned:
Here a sample to reproduce the consumer problem
```CSharp
var KubeMQServerA…
-
When running
`helm install kubemq-bridges kubemq-charts/connector --set type=bridges`
getting
`Error: unable to build kubernetes objects from release manifest: error validating "": error vali…
-
Please regenerate the operator CRDs. The current versions are deprecated.
Error:
```
helm install kubemq-operator kubemq-charts/operator \
> --namespace kubemq \
> --create-namespace=true
…