Is is possable to create and delete queues using the amqdnet wrapper, or some other API from c# code?
I’ld like to be able to create some queues as part of an automated test suite if required.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I ended up imlementing this by starting a new process and running MQSC with si and so rederection, not as clean as I would have liked but it works.
Originaly I used the MO74 SupportPac that adds powershell access to MQ, This worked realy well and looked nice in code. However our target machines don’t have powershell installed and I was unable to get it added as a pre-req for a minor feature.