5

Is there any tool available to monitor the actual messages published through a NATS queue? For a presentation I need to display the messages displayed through a microservice architecture and it would be nice to do that via an existing solution in stead of writing one on my own.
I now there is Natsboard (https://github.com/devfacet/natsboard) but it doesn't allow to display the existing messages.
Would be great to get some hint for that by you guys.

Regards
Patrick

patreu22
  • 2,988
  • 4
  • 22
  • 31

1 Answers1

8

Have a look at the nats-streaming-console: https://github.com/KualiCo/nats-streaming-console

enter image description here

Stefan Walther
  • 929
  • 1
  • 8
  • 30