Article ID: 246825 - Last Review: July 15, 2004 - Revision: 2.1 How to configure a COM+ application for queued components
This article was previously published under Q246825 SUMMARY
This article provides steps for configuring your component as a COM+ queued component.
MORE INFORMATION
To configure a component as a COM+ queued component, follow these steps:
If your interface happens to have the Queued attribute disabled check that it doesn't have any functions with OUT parameters, or any Function, Property Get method or ByRef parameter (which is the default in Visual Basic). Since the queued function calls should be "one way', interfaces that return values back are not allowed for queuing. There are more settings you can specify for your objects which will set the way they handle exceptions or errors. See the "References" section for more information. REFERENCES
For more detailed information about Queuing exception handling and other issues, see the Queued Components documentation on the following MSDN Web site:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cossdk/htm/pgservices_queuedcomponents_8acz.asp
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cossdk/htm/pgservices_queuedcomponents_8acz.asp)
| Other Resources Other Support Sites
CommunityArticle Translations |






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email

Back to the top