Enter your vote today! A new poll has been created for the msmq group: If Java Developers Journal did an article on MSMQ and JMS programming, would you...
msmq@yahoogroups.com
Dec 2, 2001 1:48 pm
1146
Hi, I developed a transactional process that use msmq and other third party application. The main component (require new transaction) call other components ...
You mean you didn't see on the transactions page where you specified the transaction usage the checkbox at the bottom that says transaction timeout that takes...
Keith Schaab
keithsc@...
Dec 3, 2001 4:54 pm
1148
Keith, Thank you very much for your answer. I realized now that the default timeout for a transaction is set by default to 60 sec. Because of this, the...
Running MSMQ 1.0 on an NT 4 server sending messages to W2K server running MSMQ 2.0 with triggers. When publishing a message to the W2K machine, our messages...
Okay, we got the new software, and I am having a new problem. We set up the queues (in and out) on our PEC (WinNT4.0) and set up a dependent client on another...
Huh? A little more information please. ... From: scleve14@... [mailto:scleve14@...] Sent: Monday, December 03, 2001 12:44 PM To:...
Keith Schaab
keithsc@...
Dec 3, 2001 9:59 pm
1152
In MTS transaction timeout is specified at the package level. ... From: svatasoiu@... [mailto:svatasoiu@...] Sent: Monday, December 03, 2001...
Keith Schaab
keithsc@...
Dec 3, 2001 10:12 pm
1153
The call to receive works fine, but the code blows up at the call to trans.commit(). Define blows up, especially with an error code. Is there another way to do...
Keith Schaab
keithsc@...
Dec 3, 2001 10:29 pm
1154
Can MSMQ 3.0 be installed in Windows 2000 servers ? We are looking to use MSMQ 3.0 for its internet transfer capability and was wondering if it will run under...
Can you install MSMQ 3.0 on Windows 2000 servers? We are interested in the internet messaging capability of version 3.0 but have Win 2K servers. I assumme that...
I fixed the problem. Thanks for your help. Apparently the java-COM bridge likes the methods to be called with null instead of a Variant representation of...
Can MSMQ 3.0 be installed in Windows 2000 servers ? We are looking to use MSMQ 3.0 for its internet transfer capability and was wondering if it will run under...
MSMQ 3.0 will run only on XP and .NET servers. ... From: jtsevidal@... [mailto:jtsevidal@...] Sent: Tuesday, December 04, 2001 1:03 PM To:...
Rayapaty, Divakar (PC...
divakar.rayapaty@...
Dec 4, 2001 9:12 pm
1160
I am quite new to MSMQ although we already have an MSMQ working for few applications. My question is what are the routine tasks to be done to maintain MSMQ,...
seepaj@...
Dec 4, 2001 10:15 pm
1161
No, MSMQ 3.0 comes as part of the Windows XP operating system, not part of the platform SDK, just as MSMQ 2.0 comes as part of the Windows 2000 operating...
Keith Schaab
keithsc@...
Dec 4, 2001 10:21 pm
1162
First thing you have to do is supply us with more information, like what version of MSMQ you are using. If you don't know, what version of NT are you using...
Keith Schaab
keithsc@...
Dec 4, 2001 11:16 pm
1163
No but it is possible to get machine name from IP. Since there are possibly multiple queues per machine you still can't get the queue path from machine name,...
Keith Schaab
keithsc@...
Dec 5, 2001 12:18 am
1164
As Keith is yet to write/finish his book on MSMQ, can anybody recommend one? Also, we have the following problem on one client site: Scenario (on NT4): One...
Tim Tyler
tim.tyler@...
Dec 5, 2001 9:12 am
1165
Alan Dickman's book I'm not sure of the exact title but it is very good. Does you process live on the PEC, or is it on a separate client? ... From: Tim Tyler...
Keith Schaab
keithsc@...
Dec 5, 2001 6:14 pm
1166
Thanks for your reply. The MSMQ 2.0 server is installed on Win 2000. The client components which call MSMQ support NT and 2000. MSMQ server is installed on...
seepaj
seepaj@...
Dec 5, 2001 8:12 pm
1167
I have a msmq 1.0 environment and a windows 2000 server machine that runs a sending application. I rarely restart the PEC (main msmq server) but the machine...
You can't overwhelm the MSMQ service. You might have a timing issue that only seems to pop up when you are under heavy load. Mike you should definitely...
Keith Schaab
keithsc@...
Dec 6, 2001 12:19 am
1169
Good practices for maintaining MSMQ would be to run regular back ups on your DC especially against your active directory store. There is a utility called...
Keith Schaab
keithsc@...
Dec 6, 2001 12:39 am
1170
Hi , I am completely new to MSMQ. My Os is windows 2000.I tried to install msmq (From windows components) . I don't have an i.p address for domain controller. ...
Keith, I have a serious Doubt here - the Property we set in the Enterprise - is TIME TO REACH - not RECEIVE MESG. Your explanation tells it is TIME TO RECEIVE...
MSMQ explorer now has a different name and different look in windows 2000. if you right click on my computer and goto manage. This brings up the management...
You don't need an IP of a domain controller, MSMQ will automatically detect whether you are in a domain or not and then query the GC DC to see if MSMQ is...
Keith Schaab
keithsc@...
Dec 6, 2001 3:55 pm
1174
Hey Everyone, Im running window 2000 client, and just added the component for msmq 2.0. Its been setup as and independent client. However, after the...