美文网首页
Mac 使用Homebrew安装ActiveMQ

Mac 使用Homebrew安装ActiveMQ

作者: 一个做java的梦想 | 来源:发表于2018-10-12 17:29 被阅读0次

    安装命令:

    1.brew install activemq 

    2.执行玩安装后 ,在命令行 输入activemq 如果出现如下界面则 安装成功。


    3.使用activemq –version来查看安装的版本

    activemq --version


    4.activemq常用的命令

    Tasks:

        browse                  - Display selected messages in a specified destination.

        bstat                    - Performs a predefined query that displays useful statistics regarding the specified broker

        consumer                - Receives messages from the 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

        producer                - Sends messages to the broker

        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.


    5.启动activeMQ服务

    activemq  start

    然后就可以访问管理web console。在浏览器中输入url: http://localhost:8161/

    点击 Manager ActiveMQ boker 输入用户名:admin 密码admin

    就可以到ActiveMQ 启动成功了。

    相关文章

      网友评论

          本文标题:Mac 使用Homebrew安装ActiveMQ

          本文链接:https://www.haomeiwen.com/subject/somgaftx.html