total_memory_available_override_value = 250MiB
vm_memory_calculation_strategy = allocated
vm_memory_high_watermark.absolute = 250MiB
vm_memory_high_watermark_paging_ratio = 0.4
background_gc_enabled = true
background_gc_target_interval = 60000
cluster_formation.k8s.address_type = ip
cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
cluster_formation.node_cleanup.interval = 3600
cluster_formation.node_cleanup.only_log_warning = false
cluster_formation.peer_discovery_backend = rabbit_peer_discovery_k8s
cluster_partition_handling = autoheal
cluster_formation.randomized_startup_delay_range.min = 0
cluster_formation.randomized_startup_delay_range.max = 2
loopback_users.guest = false
queue_master_locator=min-masters
management.load_definitions = /etc/rabbitmq/ha-policy.json "policies": [
{
"vhost": "/",
"name": "ha",
"pattern": "",
"apply-to": "all",
"definition": {
"ha-mode": "exactly",
"ha-params": 2,
"ha-sync-mode": "automatic",
"queue-mode": "lazy"
},
"priority": 0
}
]--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--MKStaff Software Engineer, Pivotal/RabbitMQ
{memory,
[{connection_readers,269224},
{connection_writers,172672},
{connection_channels,885912},
{connection_other,462824},
{queue_procs,3540912},
{queue_slave_procs,914432},
{plugins,260088},
{other_proc,14944048},
{metrics,329008},
{mgmt_db,2254080},
{mnesia,209232},
{other_ets,2330208},
{binary,189140848},
{msg_index,29232},
{code,28660602},
{atom,1131721},
{other_system,23465029},
{allocated_unused,28193400},
{reserved_unallocated,0},
{strategy,allocated},
{total,[{erlang,269000072},{rss,103153664},{allocated,297193472}]}]},Binaries Most of this section is usually message bodies and properties (metadata).
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--MKStaff Software Engineer, Pivotal/RabbitMQ
--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/wM5L5Gv0Je8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
rabbitmqadmin get queue=test requeue=falseroot@rabbitmq-2:/# ./rabbitmqadmin get queue=celery
No itemsroot@rabbitmq-2:/# ./rabbitmqadmin list queues+--------------------------------------------------+----------+| name | messages |+--------------------------------------------------+----------+| celery | 226 || cel...@celery-REDACTED-g737d.celery.pidbox | 0 || cel...@celery-REDACTED-r35hs.celery.pidbox | 0 || celeryev.REDACTED-4f46-453e-a250-1906d01fafc2 | 0 || celeryev.REDACTED-8509-45bf-bd70-3e6e2da0fdf8 | 0 |
+--------------------------------------------------+----------+
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
http://www.rabbitmq.com/management-cli.html says I should be able to get a message via
rabbitmqadmin get queue=test requeue=falseIn my case it's queue=celery and I don't care about requeue. There is no mention of a vhost - is the documentation incorrect?root@rabbitmq-2:/# ./rabbitmqadmin get queue=celery
No items
root@rabbitmq-2:/# ./rabbitmqadmin list queues+--------------------------------------------------+----------+| name | messages |+--------------------------------------------------+----------+| celery | 226 |
| celery@celery-REDACTED-g737d.celery.pidbox | 0 || celery@celery-REDACTED-r35hs.celery.pidbox | 0 |
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.