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>
  • 相关阅读:
    github单独下载一个文件夹
    搭建github服务器
    ssh xshell 连接在vim中无法用 ctrl+insert 复制黏贴
    centos 下文件夹共享
    rootkit 内核函数hook
    centos dhcp获取不到ip解决方法 Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization.
    ipc 入侵步骤
    linux 无交互添加用户设置密码
    C++笔记
    感谢路遥 感谢平凡的世界
  • 原文地址:https://www.cnblogs.com/hushaojun/p/4836943.html
Copyright © 2011-2022 走看看