Project link: https://github.com/ibm-messaging/mq-dev-patterns/blob/master/serverless/codeengine/clientapp/env.json
I’m looking to understand this sample project a bit better. Here are my questions:
- I’d like to know how this project defines both outbound queues and inbound queues
- What are the values “APP_USER” and”APP_PASSWORD” used for?
- What are the values “MODEL_QUEUE_NAME”, “DYNAMIC_QUEUE_PREFIX” used for?
- I have a
.TAB
file that is typically used for.exe
programs and I need to port over to this project. How can I accomplish this? - I should also mention that I’m hoping to connect this sample program to a MQIPT. I have the host and port where the MQIPT lives would those values go into the “HOST”, and “PORT” values within the env file?
I’m a beginner in MQ and I need some guidance to get my project rolling. Thank you.
I’ve pushed this project to IBM cloud’s code engine and it is live but i cannot put anything to my desired queue or read anything from it. This is most likely due to the fact that the config isn’t correct.
Hossam Sleiman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.