zoukankan      html  css  js  c++  java
  • activemq重启

    172.16.10.72

    activemq

    /home/local/apache-activemq-5.10.0/bin/activemq-admin stop

    /home/local/apache-activemq-5.10.0/bin/activemq-admin start

    Usage: Main [--extdir <dir>] [task] [task-options] [task data]
    
    Tasks:
        browse                   - Display selected messages in a specified destination.
        bstat                    - Performs a predefined query that displays useful statistics regarding the specified broker
        create                   - Creates a runnable broker instance in the specified path.
        decrypt                  - Decrypts given text
        dstat                    - Performs a predefined query that displays useful tabular statistics regarding the specified destination type
        encrypt                  - Encrypts given text
        export                   - Exports a stopped brokers data files to an archive file
        list                     - Lists all available brokers in the specified JMX context
        purge                    - Delete selected destination's messages that matches the message selector
        query                    - Display selected broker component's attributes and statistics.
        start                    - Creates and starts a broker using a configuration file, or a broker URI.
        stop                     - Stops a running broker specified by the broker name.
    
    Task Options (Options specific to each task):
        --extdir <dir>  - Add the jar files in the directory to the classpath.
        --version       - Display the version information.
        -h,-?,--help    - Display this help information. To display task specific help, use Main [task] -h,-?,--help
    
    Task Data:
        - Information needed by each specific task.
    
    JMX system property options:
        -Dactivemq.jmx.url=<jmx service uri> (default is: 'service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi')
        -Dactivemq.jmx.user=<user name>
        -Dactivemq.jmx.password=<password>
  • 相关阅读:
    解决Nginx不支持pathinfo的问题
    PHP获取当前服务器信息的基本语句
    权重结构的加权排序算法
    《深入探讨C++对象模型》笔记 二
    链表的一些常用操作
    invalidate作用
    GetMessage()和PeekMessage()区别
    C语言程序编译的内存分配
    assert() 宏用法
    开始写博客
  • 原文地址:https://www.cnblogs.com/hushaojun/p/4836943.html
Copyright © 2011-2022 走看看