CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2003
    Posts
    60

    Creating/Accessing queue in a remote machine

    Hi,
    I'm trying to create a queue in a remote machine. The queue path that i'm using is "FormatNameirect=os:01HW045419\private$\SampleQueue".
    When it tries to access the queue(either checking the existance or creating it....) .Net throws the following error.
    "Cannot determine whether a queue with the specified format name exists."

    Can someone please help me on resolving this issue.

    Thanks in advance.

  2. #2
    Join Date
    Jul 2010
    Posts
    2

    Thumbs up Re: Creating/Accessing queue in a remote machine

    Hi,

    As per my knowledge ,We can create private queue on remote machine,this you can consider as limitation of MSMQ.However we can create private/public queue locally.


    Deepak
    www.elatedsolution.com

  3. #3
    Join Date
    Jul 2010
    Posts
    2

    Thumbs up Re: Creating/Accessing queue in a remote machine

    Hi,

    As per my knowledge ,We can't create private queue on remote machine,this you can consider as limitation of MSMQ.However we can create private/public queue locally.


    Deepak
    www.elatedsolution.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured