Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

2 Answers

up vote 2 down vote accepted

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.

share|improve this answer

I'm assuming that they're not available in the API within the amqmdnet.dll assembly. In which case you may have PINVOKE to the C api.

If it is then this example should get to close to the solution.

share|improve this answer
It's not included in the .net API, It is included in the MQ Powershell extentions. So I might investigate that. – squig Feb 28 '10 at 8:33

protected by Will Sep 13 '10 at 11:05

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.