Messaging on jetson nano

Which messaging broker do we use in Jetson nano , is it ok to use rabbitmq ?

Any directions on this ?

I am not familiar with this, though it sounds a bit like any distributed messaging. This was on a TX2, but this is what I saw from a search, “apt search rabbitmq-server”:

# apt search rabbitmq-server
Sorting... Done
Full Text Search... Done
debci/bionic 1.7.1 all
  continuous integration system for Debian

debci-collector/bionic 1.7.1 all
  continuous integration system for Debian (collector daemon)

debci-worker/bionic 1.7.1 all
  continuous integration system for Debian (worker daemon)

rabbitmq-server/bionic-updates 3.6.10-1ubuntu0.3 all
  AMQP server written in Erlang

My guess is the packages other than “rabbitmq-server” use rabbitmq, but you might find this messaging system exists with a simple “sudo apt-get install rabbitmq-server”.

I will use zeromq , hopefully this will solve my queue related requirement