Thedac Rabbitmq Server

Channel Revision Published Runs on
latest/stable 7 09 Feb 2022
Ubuntu 19.10 Ubuntu 19.04 Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
juju deploy thedac-rabbitmq-server
Show information

Platform:

Ubuntu
19.10 19.04 18.04 16.04 14.04

Learn about actions >

  • check-queues

    Show current queues, optionally only show queues with more than N messages or queues from specified vhost.

    Params
    • queue-depth integer

      Only show queues with >= this many messages. -1 shows all. Note that if the result exceeds command line length (1/4 ulimit -s) on the target system this will fail (For ex; -1 in an openstack env) See lp:1437366, lp:1274460

    • vhost string

      Show queues from the specified vhost. Eg; "openstack".

  • cluster-status

    Show the current cluster status.

  • complete-cluster-series-upgrade

    Perform final operations post series upgrade. Inform all nodes in the cluster the upgrade is complete cluster wide. This action should be performed on the current leader. Note the leader may have changed during the series upgrade process.

  • list-unconsumed-queues

    list queues which currently have zero consumers, results are like: unconsumed-queue-count: "2" unconsumed-queues: $vhost: "0": queue_name1 - 0 "1": $queue_name - $num_messages

  • pause

    Pause the rabbitmq unit.

  • resume