We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to build my own MQ container image and followed the following instructions: https://github.com/ibm-messaging/mq-container/blob/master/docs/building.md#building-a-production-image
Turns out that the documented link is no longer valid or access is not provided despite the fact that I signed into Passport Advantage: https://www.ibm.com/support/pages/downloading-ibm-mq-930
Could the following link be the correct one? https://www.ibm.com/support/pages/downloading-ibm-mq-93-lts#930other
I can download the required MQ archive from the documented link.
The text was updated successfully, but these errors were encountered:
I think the link should just be https://www.ibm.com/support/pages/downloading-ibm-mq-93.
Sorry, something went wrong.
I'm using getMQFix.jar to download prod image from Passport Advantage. Makefile snippet:
mq-container/downloads/$(VER)-IBM-MQ-Advanced-Non-Install-LinuxX64.tar.gz: $(CAT) etc/.passwd |$(JAVA) -Dhttps.proxyHost=$(HTTP_PRX_IP) \ -Dhttps.proxyPort=$(HTTP_PRX_PORT) \ -jar bin/GetMQFix.jar -u $(IBM_USER) \ -o $(dir $@) $(basename $(basename $(notdir $@)))``` at the runtime:
/usr/bin/cat etc/.passwd |/usr/bin/java -Dhttps.proxyHost=x.x.x.x -Dhttps.proxyPort=3128 -jar bin/GetMQFix.jar -u [email protected] -o mq-container/downloads/ 9.3.5.1-IBM-MQ-Advanced-Non-Install-LinuxX64 5724-H72 (C) Copyright IBM Corp. 2022, 2024. Requesting fix IDs: 9.3.5.1-IBM-MQ-Advanced-Non-Install-LinuxX64 Submitting fix request query... Polling for query response... Polling for query response...
Downloading file 9.3.5.1-IBM-MQ-Advanced-Non-Install-LinuxX64.tar.gz 11% [==> ] downloaded 70348800 of 593737376 bytes
for automation pupose I call make from directory above mq-container
No branches or pull requests
Task
I tried to build my own MQ container image and followed the following instructions:
https://github.com/ibm-messaging/mq-container/blob/master/docs/building.md#building-a-production-image
Problem
Turns out that the documented link is no longer valid or access is not provided despite the fact that I signed into Passport Advantage: https://www.ibm.com/support/pages/downloading-ibm-mq-930
Could the following link be the correct one?
https://www.ibm.com/support/pages/downloading-ibm-mq-93-lts#930other
Expectated behavior
I can download the required MQ archive from the documented link.
The text was updated successfully, but these errors were encountered: