Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. doubt in vc++regarding system queue

doubt in vc++regarding system queue

Scheduled Pinned Locked Moved C / C++ / MFC
c++data-structures
3 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Javagal Srinath
    wrote on last edited by
    #1

    Hi all I have seen in MSDN while describing windows function they describe about system queue. I dont know what events will enter into systems queue. when an entry in the system queue is removed(is it after processing). how is this system queue different from message queue or is it same thanks in advance

    N 1 Reply Last reply
    0
    • J Javagal Srinath

      Hi all I have seen in MSDN while describing windows function they describe about system queue. I dont know what events will enter into systems queue. when an entry in the system queue is removed(is it after processing). how is this system queue different from message queue or is it same thanks in advance

      N Offline
      N Offline
      NiceNaidu fo
      wrote on last edited by
      #2

      System Queue is the Queue that maintains all the Services(Processes) that are running on the system. where as message queue is specific to a particular Application(Active Application).. Appu.. "If you judge people, you have no time to love them."

      N 1 Reply Last reply
      0
      • N NiceNaidu fo

        System Queue is the Queue that maintains all the Services(Processes) that are running on the system. where as message queue is specific to a particular Application(Active Application).. Appu.. "If you judge people, you have no time to love them."

        N Offline
        N Offline
        NiceNaidu fo
        wrote on last edited by
        #3

        Sorry for the previous mail. System Queue has different meaning to Message Queue. Here is the explanation from MSDN. Queues that are generated by Message Queuing are referred to as system queues, internal private queues, and outgoing queues. System queues include the following types of queues: Queue journals: Queue journals are queues that contain copies of all messages removed from a queue with target journaling enabled. Computer journals: Computer journals are queues that contain copies of all messages sent from a computer with a request for positive_source journaling. Dead-letter queues: Dead-letter queues contain messages that were sent from a computer with a request for negative source journaling and could not be delivered. Message Queuing provides a transactional dead-letter queue and a nontransactional dead-letter queue. Connector queues: Connector queues are used when sending messages to foreign queues. The computer journal and the dead-letter queues are listed in MMC snap-ins (or the Control Panel applet) in the System Queues folder. Applications can read the messages in system queues, but cannot address messages to them. Thanks for u r post. I learnt a lot because of u r post. Appu.. "If you judge people, you have no time to love them."

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups