AMQ BROKER 7.8 crashes when performing user list via Artemis cli

Posted on

Hi All,

I am testing the AMQ BROKER 7.8. When I try to list the users via the Artmis CLI, using the command ./artemis user list the binary does not respond and hangs.

The following ansible playbook also fails during install because the Artemis binary does not respond to the call:
name: configure - users-roles - create additional messaging users
shell: >
{{ amq_broker_dir }}/{{ amq_broker_name }}/bin/artemis user add
--user {{ item.name }}
--password {{ item.password }}
--role {{ item.role }}
changed_when: False
with_items:
- "{{ amq_broker_users }}"

Thanks for the help

Kind regards

Robert Floor

Responses