Problem definition 1. I had installed one MSMQ server with active directory & DNS settings 2. I have one client machine through which I am accessing the server...
Is it possible to Receive Messages Using an Internal Transaction. If i try to receive, getting error message "Wrong Transaction Usage". The queue is been...
Keith, I am actually doing both, architecture and development. We have an ebusiness type of site that we need to do asynchronous processing. I will be...
Hi, I'm having a problem in my current project. We have to make our MSMQ applications transaction aware. For this, we understood that the base class should be...
Join the machine to a domain. This option only comes up IF you are a member of a domain. ... From: Puneet Agarwal [mailto:p.agarwal@...] Sent:...
Keith Schaab
keithsc@...
Jan 2, 2002 8:06 pm
1326
Try adding some code to check if qinfo.IsTransactional == 1 or make sure it's transactional with the explorer/snap-in. ... From: Sankaranarayanan K...
Keith Schaab
keithsc@...
Jan 2, 2002 8:11 pm
1327
Determine how large your messages are going to be, whether or not you are using transactions, and about how many concurrent messages you will be sending. This...
Keith Schaab
keithsc@...
Jan 2, 2002 8:16 pm
1328
I just gave a msgbox qinfo.ISTransactional it said TRUE. I am able to send transactional messages to this queue. just not able to receive. Bye KsanK ... ...
hi.. i have installed MSMQ site on win2k environment..unfortunatly i am not able to view Qs created on pEC from any of my independant clients. can anybody let...
harshaddbn
harshaddbn@...
Jan 3, 2002 6:36 am
1331
Hi keith. This is Gil from Korea. I lost my ID and Pass for yahoogroup. so, I send some questions about MSMQ to you directly. 1. Can I send Message from one...
HI 1. What you ask is not possible in MSMQ 1.0 surely. It is possible through 3.0 [as per whitepaper in MS]. 2. MSMQ 3.0 - Will work only under XP..NT support...
HNY ! Haveing a correctly installed (?) msmq system, sometimes my workstation seems to loose the connection to the msmq server. error : MQ_ERROR_NO_DS The...
Hi, 1. Is it possible to send andreceive messages between machines having MSMQ 2.0 & 3.0 ?. 2. Is it possible to replace the MSMQ 3.0 pre-installed with...
3. Once you had sent the Msg to a DestQ, you can only purge the Outgoing Queues as a whole, [using 1.0 Local Admin APIs]. There is no feature to remove a...
Keith Schaab
keithsc@...
Jan 4, 2002 5:59 pm
1336
Try first pinging the AD server by name from the workstation when you loose connectivity. Secondly, use NSLOOKUP and attempt to resolve the domain. Sounds...
Keith Schaab
keithsc@...
Jan 4, 2002 6:51 pm
1337
DO I need SQL 2000 to install the MSMQ 2.0 server on win 2k server? many thanks. Peter...
f8519136
pgu@...
Jan 4, 2002 9:12 pm
1338
Hi, Keith Schaab I am facing one problem while setting the Acknowledgements. If i am sending an Acknowledgement to a non transactional queue, i am receiving...
We want to integrate MSMQ into our existing product to write some data to an SQL DB. It should work for windows NT, 2000, and possibly XP. I have tried this...
f8519136
pgu@...
Jan 6, 2002 6:11 pm
1341
HI Is it? Can we receive a message from an Outgoing Queue ?HOW? Once I had sent a Message for MSMQ QM to handle to deliver and confirm the delivery / routing...
I have 2 Machines say A and B both on to the same domain connected over a WAN. I have installed independent client installation on both the machines. I have...
I am not able to receive Transactional Message from other systems public queue. But able to receive Transactional Messages from local queue. Checked for the...
I also have a similar situation? Any ideas? Scott ... From: f8519136 [mailto:pgu@...] Sent: Sunday, January 06, 2002 1:11 PM To: msmq@yahoogroups.com ...
From the Admin api documentation, let me know if you have questions: Accessing outgoing queues Outgoing queues are internal queues which the sending queue...
Keith Schaab
keithsc@...
Jan 7, 2002 6:22 pm
1346
You can point a Win2k installation to a NT 4.0 PEC. Does this help? ... From: Lock, Scott [mailto:locks@...] Sent: Monday, January 07, 2002 7:20...
Keith Schaab
keithsc@...
Jan 7, 2002 6:23 pm
1347
I will try that. thanks. One more question. Someone told me that, with a windows 2000 professional machine (no MSMQ installed), using mqrt.lib, he could write...
f8519136
pgu@...
Jan 7, 2002 7:00 pm
1348
Impossible and there are so many reasons why this won't work. In order to send messages MSMQ must persist them to the MQAC driver which doesn't exist unless...
Keith Schaab
keithsc@...
Jan 7, 2002 7:19 pm
1349
So for MSMQ to work in your application, you need at least one server computer. Either a NT server, or windows 2000 server, or XP server or .NET server. Is...
f8519136
pgu@...
Jan 7, 2002 7:43 pm
1350
Keith, Do you HAVE to use AD with Windows 2000? Also, how do I install MSMQ 2.0? Its not installed on the Win2K server that I am running as my work machine? I...