Answer Posted / kriba
Queued Components, a key feature of COM+ and based on
Microsoft Message Queuing Services (MSMQ), provides an easy
way to invoke and execute components asynchronously.
Processing can occur without regard to the availability or
accessibility of either the sender or receiver. A home
shopping network is an example of the type of application
that might benefit from asynchronous processing. In this
asynchronous, disconnected scenario where viewers phone in
to several operators, orders are taken en masse and are
then queued for later retrieval and processing by the
server.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do we create dcom object in vb6?
Is dcom dead?
Define and explain about COM?
Can you explain what is dcom?
How to create an instance of the object in COM?
What are queued components?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
Explain Futures of COM?
how to call a dll as a COM dll?
What is the use of com component in .net?
What is the difference between aggregated and contained objects?
Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?
Which namespace do the classes, allowing you to support COM functionality, are located?
What is dcom?
What is reference counting in com?