Appendix E. Queue Moniker Parameters

We learn in Chapter 10, "Queued Components," that Queued Components rely on MSMQ for asynchronocity. The queue moniker is used to instantiate queued components and can also be used to set MSMQ-specific properties affecting how messages are delivered to these components. This gives the COM+ client author some additional control over how and where MSMQ ultimately delivers its method calls. For example, consider the following moniker string:

Set b =  GetObject("queue:MaxTimeToReachQueue=10/new:Some.Component")

The MaxTimeToReachQueue parameter shown here allows you to specify the maximum time a message has to reach its destination queue before an error is triggered. If you are using MSMQ directly, you will find ...

Get Applying COM+ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.