Explain queued components?



Explain queued components?..

Answer / swapna

The queued components service enables you to create
components that can execute asynchronously or in
disconnected mode.

Queued components ensure availability of a system even when
one or more sub-systems are temporarily unavailable.
Consider a scenario where salespeople take their laptop
computers to the field and enter orders on the go.


Because they are in disconnected mode, these orders can be
queued up in a message queue. When salespeople connect back
to the network, the orders can be retrieved from the
message queue and processed by the order processing
components on the server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COM+ Interview Questions

Are com components serializable?

2 Answers   Microsoft,


Explain object pooling?

1 Answers  


What is jit activation?

0 Answers  


Disadvantages of COM components?

2 Answers   Microsoft,


What is use of ContextUtil class?

2 Answers  






how to register dll in COM / COM+ application

1 Answers  


Disadvantages of com components?

3 Answers   Microsoft,


Explain how to register com+ services?

0 Answers  


Explain the use of contextutil class?

0 Answers  


How do you make a NET component talk to a COM component?

1 Answers  


What is the new three features of COM+ services, which are not there in COM (MTS)

1 Answers  


What is CCW (COM Callable Wrapper) ?

1 Answers  


Categories