c# - Reading and/or Filtering on MSMQ name using WMI -


i trying read msmq information on remote machine.

the main difficulty experience getting name of queue. names of queues pretty long, more 64 characters.

using wmi names truncated 64 characters, results me in queuenames can't differentiate (similar prefix first 64 characters).

i tried using .net 3.5 sp1 , wmi multi query tool , no differences.

not couldn't read name, providing suffix make difference wmi query didn't also.

any hints how make work?

there old entry in ms support db explanation behavior. although there (2004) said might fixed in vs 2005. either has never been fixed, or maybe there different wrong.

i not think have chance getting real long-length names using wmi.

john breakwell has blogged it: how long msmq queue names displayed ... or not

instead limit in how queue names stored in active directory. [...] public queues, though, first 64 characters fit in field used store name in active directory , remainder of name gets stored in field (msmqqueuenameext).


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -