I have a requirement to use a MSMQ client with and MSMQ server that is in a
different Active Directory forest. From what I have read on Technet, I need
to set up a direct format name for the target queue, as I will not be able to
use a public queue on active directory, even with an external forest trust.
My query is, does anyone know any useful MSMQ clients I can use to test a
direct connection like this? I am setting up the MSMQ for a third party
application. The problem is, the third party application doesnt have any kind
of useful logging, so I want to be able to test sending MSMQ messages myself,
using a direct format name e.g DIRECT=OS:servername\queuename
Misc information:
The source forest is windows 2003, the target forest is Windows 2000.
Network connectivity is present. There is a one way incoming trust in the
2003 domain. The target queue is an existing public queue.