Re: [ADVANCED-DOTNET] MSMQTriggers

2002-08-01 Thread Andrés G Vettori
totalmente gratis en http://www.thawte.com/getinfo/programs/wot/about.html -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED]] On Behalf Of Greg Robinson Sent: Wednesday, July 31, 2002 3:02 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET

Re: [ADVANCED-DOTNET] MSMQTriggers

2002-08-01 Thread Skye Maidstone
Check the permissions in the sercurity tab of the queue you're referring to. Skye -Original Message- From: Greg Robinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 7:02 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] MSMQTriggers This works great from a wi

Re: [ADVANCED-DOTNET] MSMQTriggers

2002-07-31 Thread Greg Robinson
This works great from a windows application. I am trying to make a Windows Service. All is well until the call to BeginReceive. This service starts but then stops and errors at this line (queuename.BeginReceive). Event Type:Error Event Source: Service1 Event Category: None Event ID: 0

Re: [ADVANCED-DOTNET] MSMQTriggers

2002-07-23 Thread Marsh, Drew
Greg Robinson [mailto:[EMAIL PROTECTED]] wrote: > This seems simple and straight forward. Am I missing something here? Nope, it's that easy. ;) Later, Drew [ .NET MVP | weblog: http://radio.weblogs.com/0104813/ ] You can read messages from the Advanced DOTNET archive, unsubscribe from Advanc

Re: [ADVANCED-DOTNET] MSMQTriggers

2002-07-23 Thread Greg Robinson
Here is what I have done, and it works. I would appreciate feedback on whether this is a good approach. I wrote a test windows application (lets call it App1) that points to a queue and then adds a handler for the ReceiveCompleted event (all in the Form_Load event). The handler simply has a mes

Re: [ADVANCED-DOTNET] MSMQTriggers

2002-07-23 Thread Marsh, Drew
Greg Robinson [mailto:[EMAIL PROTECTED]] wrote: > I've done some research on the Classes in System.Messaging. > All of the overviews state one can 'monitor' a queue with > this namespace, however I am not finding anything under the > Classes in System.Messaging that mention monitoring. Am I > mi

Re: [ADVANCED-DOTNET] MSMQTriggers

2002-07-23 Thread Hein, Richard
Inc. 36 Antares Drive, Suite 200, Ottawa, Ontario * 613-232-0098 * [EMAIL PROTECTED] Please visit us at http://www.levelplatforms.com -Original Message- From: Greg Robinson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 1:58 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET

Re: [ADVANCED-DOTNET] MSMQTriggers

2002-07-23 Thread Greg Robinson
Guess I should have elaborated on the COM components part of my question! I was hoping MS was nice enough to write a .NET version of MSMQTriggers or enhance MSMQTriggers to allow one to call an assembly. I will look at System.Messaging. You can read messages from the Advanced DOTNET archive, uns

Re: [ADVANCED-DOTNET] MSMQTriggers

2002-07-23 Thread Greg Robinson
I've done some research on the Classes in System.Messaging. All of the overviews state one can 'monitor' a queue with this namespace, however I am not finding anything under the Classes in System.Messaging that mention monitoring. Am I missing the obvious here? You can read messages from the Ad

Re: [ADVANCED-DOTNET] MSMQTriggers

2002-07-23 Thread Hein, Richard
at http://www.levelplatforms.com -Original Message- From: Greg Robinson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 5:10 PM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] MSMQTriggers Pre .NET, I used MSMQTriggers to call COM components when a message entered a MSMQ. Is

Re: [ADVANCED-DOTNET] MSMQTriggers

2002-07-23 Thread Ian Griffiths
A better way to call COM components? ;-) Well there's the whole System.Messaging namespace. Have you looked at that? -- Ian Griffiths DevelopMentor - Original Message - From: "Greg Robinson" <[EMAIL PROTECTED]> > Pre .NET, I used MSMQTriggers to call COM components when a message en

[ADVANCED-DOTNET] MSMQTriggers

2002-07-23 Thread Greg Robinson
Pre .NET, I used MSMQTriggers to call COM components when a message entered a MSMQ. Is there a better way to do this now with .NET? You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.