Creating IBM MQ queues from C# code.
- by squig
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.