CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2019
    Posts
    1

    Question MSMQ - Can we delete outgoing message queues? Lifecycle?

    Hi,
    We want to make disappear the outgoing message queues to be sure that our app wouldn't use them anymore. If Outgoing Message Queues are temporary, when does it disappear from compmgmt.msc when they are suspended and cleared, and the application only uses local message queues afterword? What is their lifecycle? Is there a way to delete them?
    Best Regards,

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: MSMQ - Can we delete outgoing message queues? Lifecycle?

    These temporary queues are managed by the MSMQ system. AFAIK, they are only used when the machine has no network connection and MSMQ is responsible for re-establishing the connection and the lifetime of the temp queues.

    I don't believe an application has any control of how MSMQ goes about doing its job internally.

Tags for this Thread

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