You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jason Sherman (JIRA)" <ji...@apache.org> on 2017/02/21 18:33:44 UTC

[jira] [Commented] (ARTEMIS-985) Configuring Broker Instance references activemq executable

    [ https://issues.apache.org/jira/browse/ARTEMIS-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876444#comment-15876444 ] 

Jason Sherman commented on ARTEMIS-985:
---------------------------------------

The Starting and Stopping a Broker Instance section also has references to an activemq executable that should be updated to artemis:

{code}
- /var/lib/mybroker/bin/activemq run
+ /var/lib/mybroker/bin/artemis run
{code}

{code}
- To stop the Apache ActiveMQ Artemis instance you will use the same activemq script, but with the stop argument. Example:
+ To stop the Apache ActiveMQ Artemis instance you will use the same artemis script, but with the stop argument. Example:
{code}

{code}
- /var/lib/mybroker/bin/activemq stop
+ /var/lib/mybroker/bin/artemis stop
{code}

> Configuring Broker Instance references activemq executable
> ----------------------------------------------------------
>
>                 Key: ARTEMIS-985
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-985
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.5.3
>         Environment: Documentation
>            Reporter: Jason Sherman
>            Assignee: Justin Bertram
>            Priority: Minor
>
> The Creating Broker Instances section [1] of the 1.5.3 docs references an activemq executable:
> {code}
> cd /var/lib
> ${ARTEMIS_HOME}/bin/activemq create mybroker
> {code}
> Should be changed to:
> {code}
> cd /var/lib
> ${ARTEMIS_HOME}/bin/artemis create mybroker
> {code}
> [1] https://activemq.apache.org/artemis/docs/1.5.3/using-server.html



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)