This example demonstrates how to initiate secure communication between an IBM MQ client and an IBM MQ server.
Refer to the Setup Guide to set up the IBM MQ server locally.
Update IBM MQ related configurations in Config.toml
in the example directory:
queueManagerName = "<queue-manager-name>"
host = "<host>"
port = "<port>"
channel = "<ibm-mq-channel>"
userID = "<user-ID>"
password = "<password>"
queueName = "<queue-name>"
Execute the following command to run the example:
bal run