Re: [ADVANCED-DOTNET] MSMQ accross different domains

2007-06-12 Thread Dean Cleaver
member for certain. Dino -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Eddie Lascu Sent: Wednesday, 13 June 2007 01:38 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] MSMQ accross different domains Hi, This

Re: [ADVANCED-DOTNET] MSMQ accross different domains

2007-06-12 Thread Eddie Lascu
Hi, This topic was further developed on a different forum: http://tinyurl.com/ej53c FormatNames is the answer to my initial question. However, the problem evolved into something new and the thread has grown to 15 posts and counting so far. Thanks, Eddie === This

Re: [ADVANCED-DOTNET] MSMQ accross different domains

2007-06-08 Thread Paul Cowan
Here is an example of the string we used to create a queue on a different domain. FORMATNAME:DIRECT=TCP:[EMAIL PROTECTED] > Date: Fri, 8 Jun 2007 09:22:30 -0500> From: [EMAIL PROTECTED]> Subject: Re: > [ADVANCED-DOTNET] MSMQ accross different domains> To: &g

Re: [ADVANCED-DOTNET] MSMQ accross different domains

2007-06-08 Thread Eric Means
Eddie, I'm not an MSMQ guru, but the following links seem promising: http://www.microsoft.com/technet/archive/winntas/proddocs/ntmsgqmn/msmqad05.mspx?mfr=true http://msdn.microsoft.com/msdnmag/issues/03/12/MSMQandNET/ http://download.microsoft.com/download/c/5/3/c531b70d-f7a8-4c9f-a996-4e8abe49e9

[ADVANCED-DOTNET] MSMQ accross different domains

2007-06-07 Thread [EMAIL PROTECTED]
I have two computers that are part of different domains. I am trying to send MSMQ messages from one to the other. I get an exception that tells me the Message Queue does not exist. This is not true because I have created it so I believe it's more of an issue where I don't see it. The net admin has