Inconsistent naming convention with A-MQ repositories

Latest response

On https://access.redhat.com/documentation/en-us/red_hat_jboss_amq/7.0/html/using_amq_interconnect/installation, step 2, the naming convention for the rhel 7 repos is inconsistent. The A-MQ Interconnect repo name does not include a '-' whereas the clients repo does. The command for RHEL 7 should be:

sudo subscription-manager repos \
  --enable=amq-interconnect-1-for-rhel-7-server-rpms \
  --enable=a-mq-clients-1-for-rhel-7-server-rpms

Responses