Re: Help with publishing and consuming events using rabbitmq

2020-11-18 Thread Niclas Lindblom
Thanks, I actually got it working, the problem I had was the part on creating the routing key filter in RabbitMQ which isn’t too well documented at the moment. However, there is a bug currently in the string being send by CS not being formatted correctly which has been logged as issue #4468 .

Re: Help with publishing and consuming events using rabbitmq

2020-11-18 Thread Gabriel Beims Bräscher
I did play a bit with Rabbit MQ + CloudStack some time ago. Here follows some details regarding it. Note that this example is really simplified and bound to steps for a "proof of concept". *I. Configuring RabbitMQ + CloudStack:* 1. create file

Re: Help with publishing and consuming events using rabbitmq

2020-11-09 Thread Rakesh v
I did it in a different way but not using rabbitmq. I wrote a separate application which calls listEvents every minutes and collects all the events which can later fed into another rabbitmq or Kafka or elk stack. Sent from my iPhone > On 09-Nov-2020, at 1:15 PM, Niclas Lindblom > wrote: >

Help with publishing and consuming events using rabbitmq

2020-11-09 Thread Niclas Lindblom
Hi, I would appreciate some help with setting up events to be consumed using AQMP. I have limited knowledge with rabbitmq and have got to the following point 1. I have 2 cloudstack management servers (this is not a production environment) 2. I have configured both with the