Search the web
Sign In
New User? Sign Up
msmq · Microsoft MSMQ Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4300 - 4330 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4300
Guys, After some additional testing and speaking with the vendors tech guy, we were able to successfully send messages! We found out that the vendor needed to...
Mark E
meckeard2000
Offline Send Email
Jul 5, 2005
11:18 am
4301
Hi All, Has anyone used a trigger to call a .net web service? I will be creating a web service to do most of my database work and would like to call it when...
Mark E
meckeard2000
Offline Send Email
Jul 6, 2005
12:48 pm
4302
Mark, The MSMQ Trigger functionality is fairly simple. Your component does not need to be aware of MSMQ. The MSMQ framework can be configured to execute a ...
Dave Misc
davidpet86
Offline Send Email
Jul 6, 2005
1:27 pm
4303
ššššššššššš Hello! ššššššššššš I have one idea - to create program "Offline Chat". I.e. relations take place in offline. For example You...
Isemete
vicjestem.ru@...
Send Email
Jul 12, 2005
1:48 pm
4304
Why not? If the communication is all the time through MSMQ, it is possible, but I am not sure how feasible or secure it is to do this on a live ip on the web ...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jul 12, 2005
5:30 pm
4305
Sorry if this is a spoil-sport question, but why wouldn't one want to achieve this through email, which is offline chat at its finest? Yours, Moray ... Moray...
Moray McConnachie
rmcubed
Offline Send Email
Jul 13, 2005
8:28 am
4306
<please reply soon> In the COM+ Application Administration snap-in of the MMC you can see in the status- view of an COM+ application component, an...
Zubair Niazi
zubbee2002
Offline Send Email
Jul 13, 2005
1:43 pm
4307
You are right _____ From: msmq@yahoogroups.com [mailto:msmq@yahoogroups.com] On Behalf Of Moray McConnachie Sent: Wednesday, July 13, 2005 1:28 AM To:...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jul 13, 2005
6:01 pm
4308
This distribution list is for MSMQ not for COM+ questions. While I'm not saying that it is bad you posted this question here, if you are relying on just this...
Keith Schaab
keithsc@...
Send Email
Jul 15, 2005
8:40 pm
4309
To help you: I remember there is code to access the COM+ add in in windows within a book written by Juwal Lowy. You can get the details from there, it is not...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jul 15, 2005
10:31 pm
4310
Is there a property that I can set to send the message body compressed? Thamks...
thulasmpofu
Offline Send Email
Jul 22, 2005
6:49 am
4311
hello, i configured msmq to transfere messages via http:// from one ad to another ad via a tsfd server in a dmz. all works fine. now i want to use https to...
Helmut Keilhammer
comworks_hk
Offline Send Email
Jul 23, 2005
6:40 pm
4312
Hi , Please help me out to solve the "Insufficient resources to perform operation." MSMQ exception when passing a message of size more than 4MB , so is there...
vivek.khandade@...
vivek_khandade
Online Now Send Email
Aug 4, 2005
3:39 pm
4313
Split the message and send it, never send messages of this size _____ From: msmq@yahoogroups.com [mailto:msmq@yahoogroups.com] On Behalf Of ...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Aug 5, 2005
12:41 am
4314
I have a service which receives messages from an external system and updates a database while using msmq private queues internally. I was able to move over...
kala_sreedevi
Offline Send Email
Aug 12, 2005
1:56 pm
4316
Hi, I'm having a strange problem involving Microsoft Virtual PC and MSMQ. I'm trying to communicate between the host and the guest VM using MSMQ. The setup: XP...
Guy Gur-Ari
guyg42
Offline Send Email
Sep 4, 2005
10:44 am
4317
Hi Neelima, Most probably, you bumped into a permission problem - the loca user is not allowed to create queues on the remote machine. Use Active Directory...
Yoel Arnon
yoel_arnon
Offline Send Email
Sep 4, 2005
10:11 pm
4318
Frank, Thanks a lot for your mail. I got the error in computer management as bad signature if I send format name as DIRECT=OS:btt10\\PRIVATE$\\RemoteQueue, if...
Neelima Rajesh
neelimasmail
Offline Send Email
Sep 6, 2005
4:35 am
4319
Thank you Yoel for the mail. Actually I am not getting any error code while I send the mail. Mail is sent with 0 as error code.But the mail fails to reach the...
Neelima Rajesh
neelimasmail
Offline Send Email
Sep 6, 2005
4:40 am
4320
Well, we solved the problem ourselves. Here's a full description of the issue. == MSMQ Message-IDs == Each MSMQ message has a unique ID, which consists of a...
guyg42
Offline Send Email
Sep 8, 2005
11:41 am
4321
Hello, I have a win2k domain with MQ installed and running and I have set a debug mode for extended logging. Now I have a msmq debug log with messages like ...
Bodlák Martin
mbodlak
Offline Send Email
Oct 4, 2005
12:00 pm
4322
Usually this is caused by an attempt to retrieve a message with a timeout of 0. This means MSMQ will fail with the error you describe if there isn't a message...
Keith Schaab
keithsc@...
Send Email
Oct 5, 2005
10:45 pm
4323
Hi Martin, You will get error 0xc00e001b (MQ_ERROR_IO_TIMEOUT) each time you attempt to receive a message with a timeout, the queue is empty, and no new...
Yoel Arnon
yoel_arnon
Offline Send Email
Oct 5, 2005
10:45 pm
4324
I use COM access to MQ functionality (callback interfaces and notification) and I use pQueue->EnableNotification(m_pEvent, NULL, &m_vTimeout); // 10000 msec...
Bodlák Martin
mbodlak
Offline Send Email
Oct 6, 2005
6:47 am
4325
Can you determine if you have ArrivedError events occurring with timeout errors (0xc00e001b)? In the code below you are going to encounter these every time...
Keith Schaab
keithsc@...
Send Email
Oct 7, 2005
12:02 am
4326
1) Hardly, I do not log timeout errors in my application, since I considered them harmless :-) 2) Yes, I know that I have to enable notification again, I do...
Bodlák Martin
mbodlak
Offline Send Email
Oct 7, 2005
12:06 pm
4327
hi all, we have a program which places message to MSMQ for delivery to a backend server. The data is first extracted from a MSDE database and then placed in...
hhknighter
Offline Send Email
Oct 17, 2005
2:56 am
4328
Hi all, Being a new bie I ahve a question in triggering. Fundamentally, I am trying to a forward the messages coming to a local private queue to a remote queue...
Alper Boyacılar
aaboyacilar
Offline Send Email
Nov 30, 2005
3:47 pm
4329
I am using MSMQ 2.0 on Windows 2000 server to send messages to a remote system. It is sending the same message to the remote system again and again. Could...
vijaykumar321
Offline Send Email
Feb 9, 2006
5:00 am
4330
This would indicate that the recipient computer isn't able to resolve the sending computers name to acknowledge the send Chuck ... From: msmq@yahoogroups.com...
Charles Sterling
chass@...
Send Email
Feb 9, 2006
5:37 am
Messages 4300 - 4330 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help