Uploaded image for project: 'JBoss A-MQ'
  1. JBoss A-MQ
  2. ENTMQ-264

[DOC] Installation Guide errors

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Minor
    • JBoss A-MQ 6.0
    • JBoss A-MQ 6.0
    • None
    • None

    Description

      Installation Guide errors
      https://access.redhat.com/knowledge/docs/en-US/JBoss_A-MQ/6.0.EA/html-single/Installation_Guide/index.html

      Chapter 3
      InstallDir/etc/user.properties should be InstallDir/etc/users.properties

      Locate the line # admin=somepass,admin.
      should be
      Locate the line # admin=admin,admin.

      This line specifies a user admin with the password somepass and the role admin.
      should be
      This line specifies a user admin with the password admin and the role admin.

      Change the somepass to the desired password.
      should be
      Change the admin to the desired password.

      Chapter 4
      Run the producer client using java -jar lib/mq-client.jar producer.
      should be
      Run the producer client using java -jar extras/mq-client.jar producer --user admin --password admin

      Run the consumer client using java -jar lib/mq-client.jar consumer.
      should be
      Run the consumer client using java -jar extras/mq-client.jar consumer --user admin --password admin

      Attachments

        Activity

          People

            fbolton@redhat.com Fintan Bolton (Inactive)
            cvanball_jira Cojan van Ballegooijen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: