Hello all: I am interested in persisting ZIP files through MSMQ. I've searched MSDN for examples, but can only turn up Microsoft's Word document examples....
bradboyd@...
Jan 3, 2001 2:18 pm
304
Can anyone help, I am developing an error logging component that uses queued components to deliver messages asynchronously. Firstly, I have written a data...
robert.munoz@...
Jan 10, 2001 12:33 am
305
Does anyone know what sort of groundwork has to be in place to allow dependant 2.0 clients to connect smoothly to queues on a 1.0 server? Any resources you...
davieboy@...
Jan 16, 2001 7:30 pm
306
Hi, Because you installed windows nt server as a primary domain controller and your 2000 client is in different domain. So you don't have permissions to access...
srikanth923@...
Jan 17, 2001 8:42 am
307
Make sure that the method arguments are valid. MSMQ service should be able to unmarshal the data you send. May be you are sending bad data (uninitialize, NULL)...
nsawant@...
Jan 19, 2001 7:05 pm
308
Hi all, I wrote a queued component with a method called Howdy(). What howdy does is, just display a messagebox. When I call this method, the message gets...
nsawant@...
Jan 19, 2001 8:29 pm
309
Hello. I would like to ask you , if there is any given function to count how many messages I have in a queue? I know it is possible, because windows 2000...
moonlight111@...
Jan 21, 2001 3:27 pm
310
hi everyone, I'm quite new to msmq. I'm searching for a very reliable way and time- independent method of sending a file to another system. I am wondering if...
st_michael@...
Feb 15, 2001 9:01 am
311
hi all, Me and my friends are developing an application that involves sending data from the database side to the client and back using MSMQ.we are having...
meghudu@...
Feb 26, 2001 10:33 am
312
Hello Meg We use the ADO DataFactory object to send Recordsets on MSMQ 1.0. Anthony ... From: meghudu@... [mailto:meghudu@...] Sent: Monday,...
Anthony Van Zyl
anthony@...
Feb 26, 2001 10:36 am
313
hi Anthony, thanks a ton but could u plz also show us sample code as to how the recordset is set to a message body Thanx, M ... an ... and ... ...
meghudu@...
Feb 26, 2001 10:44 am
314
Hi Meg This bit of code outlines the gist of it... Set dataFactory = CreateObject("RDSServer.dataFactory") Set Rs =...
Anthony Van Zyl
anthony@...
Feb 26, 2001 10:58 am
315
Hi , I am building a Distributed application using MSMQ I have a PEC and an Independent Client installed on separate machines The client application opens the...
meghudu@...
Feb 26, 2001 3:13 pm
316
Hello Meg Are you specifying the queue name using FormatName or PathName when opening the queue to send to? My understanding is that you must specify...
Anthony Van Zyl
anthony@...
Feb 26, 2001 3:25 pm
317
You can use direct format name to guarantee your application always works off line. For example, take the following code (in VB): Dim qi as MSMQ.MSMQQueueInfo...
Keith Schaab
keithsc@...
Feb 26, 2001 4:52 pm
318
Hi , I am unable to delete private queues using the MSMQ Explorer Why is that so ?? I would appreciate any help in this matter .. Mukta...
muktabehere@...
Feb 26, 2001 5:24 pm
319
Hi .. I am building a application where the client and server communicate using MSMQ . Right now my client and server machines are on the same LAN If i wish...
muktabehere@...
Feb 26, 2001 5:31 pm
320
I don't think you have to change anything ... Suggestion : In the recent code that I wrote I read 1. COMPUTER NAME 2. QUEUE NAME 3. QUEUE ACCESS (LOCAL/REMOTE)...
Naresh Sawant
nsawant@...
Feb 26, 2001 6:48 pm
321
You might have to make changes to your code. There are several problems you might run into when going over the Internet. The first is going to be firewalls....
Keith Schaab
keithsc@...
Feb 26, 2001 8:48 pm
322
hi everyone, I'm quite new to msmq. I'm searching for a very reliable way and time- independent method of sending a file to another system. I am wondering if...
st_michael
st_michael@...
Feb 27, 2001 6:56 am
323
Hello, I am testing a MSMQ server as well as client code on the same machine . I obviously need to make this machine the PEC . Do i need to have a Network...
muktabehere@...
Feb 27, 2001 1:15 pm
324
Hi keith, Thanks for your suggestion . But in my application the server side code creates a queue at run-time .. So my client application does not know the...
meghudu@...
Feb 27, 2001 1:24 pm
325
Help ... I have been receiving dozens of these msmq messages over the past few days. There possibly for someone who left this company 2 years ago!! How can I...
G Park
garry@...
Feb 27, 2001 4:30 pm
326
You cannot create public queues when you are offline at all. You can't lookup queues when offline either. After you have a queue info structure from...
Keith Schaab
keithsc@...
Feb 27, 2001 6:58 pm
327
I realize this is an MSMQ based discussion list, but thought I would post anyway. If you run out of solutions for MSMQ, we offer a very powerful file/data...
Art.Brady@...
Feb 28, 2001 4:52 pm
328
You want to check out the fcopy utility that comes with the NT Resource Kit. This utility transfers files through MSMQ and is significantly faster than other...
Keith Schaab
keithsc@...
Feb 28, 2001 4:59 pm
329
Hi Keith, I installed NT resource Kit in my computer but i could not find fcopy utility. thanks. ... You want to check out the fcopy utility that comes with...
st_michael
st_michael@...
Mar 1, 2001 2:17 am
330
This is in one of the updates. Install the latest update at ftp://ftp.microsoft.com/reskit/nt4/x86/ and you will then have it. ... From: st_michael...
Keith Schaab
keithsc@...
Mar 1, 2001 6:54 pm
331
Hi Keith, Thanks. Just a follow question and comment : My company needs to integrate different systems over the internet. In the first place we created these...
st_michael
st_michael@...
Mar 6, 2001 5:11 pm
332
Hi all, I have suffered a problem whereby messages I've had on queues were lost on machine reboot. Someone has mentioned to me about express messages, but...