J
jms
Hi,
I am developing a C# application (Framework ver 3.0) using MSMQ Queues
(target windows 2003 server). To quickly summarize, the application first
checks for the presence of a specific private queue and will create it if it
doesn't exist. If it exists, it will write the information to the queue. What
I need to do programatically is set a trigger and rule to run an EXE to
manage the created QUEUE. Since we don't know all the queues at design time
and also want to eliminate setup issues if we did ,manual queue trigger setup
is not an option.
I haven't been able to find any guidance or examples on the web for doing
this, can someone point me in the right direction.
Regards,
Jim
I am developing a C# application (Framework ver 3.0) using MSMQ Queues
(target windows 2003 server). To quickly summarize, the application first
checks for the presence of a specific private queue and will create it if it
doesn't exist. If it exists, it will write the information to the queue. What
I need to do programatically is set a trigger and rule to run an EXE to
manage the created QUEUE. Since we don't know all the queues at design time
and also want to eliminate setup issues if we did ,manual queue trigger setup
is not an option.
I haven't been able to find any guidance or examples on the web for doing
this, can someone point me in the right direction.
Regards,
Jim