Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 11th, 2004, 11:59 AM
Authorized User
 
Join Date: Sep 2003
Posts: 93
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to flyin
Default Microsoft Message Queueing question

Hello all,

I found an interesting article on MSDN that talks about Working with
Queued Components.

For those who do not know of this component, it essentially, once registered and created correctly, will queue any set of actions your code has done and will put them in a queue to be processed later on asyncronously. Sounds great, so for instance if i want to perform some actions, such as calculate statistics, but i don't want the client to wait for the page to come back while i compute all of these complex actions, i can let the Queued Components watch my actions, and then let it process them at a later time whenever that queue gets ran.

Well, anyways, now to my question,

I did all the proper registering of my com+ components, i think i gave proper access to my asp.net accounts to my bin directly and what not.


So when i do the action to put some functionality into that message queue, it seems to put it in correctly because when i go to
Computer Managment -> Services and Applications -> Message Queueing -> Private Queues I can see my com+ "Shipping" component name and it says that
i have 1 under the "Number of Messages" column. I also see the Shipping_0, Shipping_1, Shipping_2, Shipping_3, Shipping_4, and the Shipping_DeadQueue and these all have the value of zero so that leads me to believe that the queue component hasn't tried to process that message yet!

Can you guys enlighten me on any tips as to why a message would just sit in queue and not be processed? thanks

Flyin

 
Old August 12th, 2004, 09:52 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

I am not familiar with doing this- however, I would wonder if you need to do anytihng to the component getting the queued mesages- to tell it to look for them?


Hal Levy
Web Developer, PDI Inc.

NOT a Wiley/Wrox Employee





Similar Threads
Thread Thread Starter Forum Replies Last Post
error message - Microsoft.Jet cant find table JezLisle Access VBA 28 July 26th, 2007 11:23 AM
Microsoft vs Linux Infastructure (TCO Question) dparsons Linux 3 March 29th, 2007 09:13 AM
Microsoft vs Linux Infastructure (TCO question) dparsons Windows Server 0 March 19th, 2007 08:34 AM
[Microsoft][ODBC Microsoft Access Driver] Syntax e chinedu Classic ASP Databases 3 November 18th, 2004 03:48 PM
Microsoft VB Editor question edray Beginning VB 6 0 July 13th, 2004 03:25 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.