Team,
we created Queue and disabled authentication, using the below commands
IF AUTHENTICATION NOT REQUIRED , run the below command:
runmqsc <QUEUEMANAGERNAME>
ALTER QMGR CHLAUTH (DISABLED)
REFRESH SECURITY TYPE(CONNAUTH)

We are trying to connect from Java code without a username and password but it is failing with MQJE001: Completion Code '2', Reason '2063' error
Can you please help us to resolve the issue?
------------------------------
Ranjitha YM
------------------------------