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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 4267 - 4296 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4267
Hi all, I have been tasked with the responsibility of using MSMQ in an ASP.NET site. The MSMQ that I need to pass transactions to belongs to a vendor and is...
Mark E
meckeard2000
Offline Send Email
Jun 10, 2005
3:35 pm
4268
Mark, A few things to check: - Is the remote queue setup as a Transactional Queue or Non-Transactional - Is there any messages in your...
Dave Misc
davidpet86
Offline Send Email
Jun 10, 2005
3:50 pm
4269
Dave, 1) Not sure, I will have to check with the vendor. 2) How do I tell? 3) Here's the queue:...
Mark E
meckeard2000
Offline Send Email
Jun 10, 2005
4:59 pm
4270
Mark: 1) You can tell tran/non trans by going to my computer >> manage >> services >> Message Queuing >> Private >> right click on the queue and select...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jun 10, 2005
9:33 pm
4271
The format should be: FormatName=DIRECT:http://somedomain.com/msmq/private$...... Drop the "OS:" On the sending computer, trying doing: "telnet somedomain.com...
Dave Misc
davidpet86
Offline Send Email
Jun 11, 2005
12:59 am
4272
Vijay, According to the vendor, they think it's transactional. I do not have any messages or triggers pending on my PC, so they appear to be leaving. I just...
Mark E
meckeard2000
Offline Send Email
Jun 13, 2005
11:09 am
4273
Dave, I removed the "OS:" and sent a few messages. No errors, but I need to hear back from the vendor to see if the messages were received. I tried the...
Mark E
meckeard2000
Offline Send Email
Jun 13, 2005
11:10 am
4274
All, Does anyone know how to programmatically bypass a proxy server when sending MSMQ messages via asp.net (vb.net)? I am unable to send messages to a vendor...
Mark E
meckeard2000
Offline Send Email
Jun 14, 2005
2:08 pm
4275
First off, the best thing to do would be to ask whoever is responsible for the proxy to check the proxy logs to see whether anything is going through between...
Moray McConnachie
rmcubed
Offline Send Email
Jun 14, 2005
2:21 pm
4276
Moray, LOL, yes, I am aware of this but requesting proxy and/or firewall changes are very difficult to do since we have a vendor that manages both. I will look...
Mark E
meckeard2000
Offline Send Email
Jun 15, 2005
11:32 am
4277
There is one mistake u guys are making here: 1. Proxy in the sense you are mentioning is when you make a specific request, say like using webclient class to...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jun 15, 2005
8:58 pm
4278
Vijay, I think you have missed some of the earlier correspondence. Mark is trying to send over MSMQ/HTTP to an internet IP outside his company from a system he...
Moray McConnachie
rmcubed
Offline Send Email
Jun 16, 2005
9:04 am
4279
One more thing, if the messages leave your outgoing queue before any timeout you have set, then I agree with others that the problem may not be the proxy -...
Moray McConnachie
rmcubed
Offline Send Email
Jun 16, 2005
9:07 am
4280
All, I only know 2 things for certain 1) I get no errors when I run my code and 2) there are no pending messages in my queue on my PC. I spoke with someone on...
Mark E
meckeard2000
Offline Send Email
Jun 16, 2005
11:25 am
4281
Hi All, I am new to this MSMQ.I am facing aproblem.When I am trying access the messages of a que which is residing at remote machine getting an error mesage...
Siju
c_siju
Offline Send Email
Jun 16, 2005
8:57 pm
4282
Ok, tries to clear some smoke here: 1. If there are no outgoing queue messages, they are going somewhere. And unless they reached their destination, they...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jun 17, 2005
5:16 pm
4283
Has anyone used the MSMQ Component within CA's Advantage Plex dev environment. I have tried with no luck...
thulasmpofu
Offline Send Email
Jun 20, 2005
9:21 am
4284
Hi, I am new to MSMQ programming with Active Directory with C# , so will you please provide some referance material for the same thanks & regards, vivek...
Vivek Khandade
vivek_khandade
Offline Send Email
Jun 20, 2005
9:11 pm
4285
I have a sender application written in VBA that enrolls new patients. I have a receving application written in FoxPro that bills these patients in a nightly...
revsri2
Offline Send Email
Jun 22, 2005
2:19 am
4286
Hi, I have 2 applications one written in VB and the second one in FOXPRO. If I use MSMQ as a messaging system for communication between these two applications...
revsri2
Offline Send Email
Jun 22, 2005
2:19 am
4287
I am not sure whether MSMQ can talk to fox pro directly. If fox pro can reference Microsoft native COM dlls, you should be able to use the classes and objects....
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jun 22, 2005
5:26 am
4288
See essentially MSMQ programming is pretty simple once you know the syntax. If you consider the code just for sending and receiving, it should not take more...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jun 22, 2005
5:29 am
4289
... the syntax. ... I have the sender application in VB as a call center which enrolls new patients and take lot of other information based on which the ...
revsri2
Offline Send Email
Jun 22, 2005
1:35 pm
4290
I have the sender application in VB as a call center which enrolls new patients and take lot of other information based on which the receiver aplication in...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jun 22, 2005
6:47 pm
4291
OK, it's been a while and I finally heard from the vendor. Unfortunately, there are no messages from me. I've had the vendor test my code from a PC in their...
Mark E
meckeard2000
Offline Send Email
Jun 24, 2005
11:25 am
4292
Well, when it is a transactional queue, you have to send the messages or receive them in an MSMQ transaction. _____ From: msmq@yahoogroups.com...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jun 24, 2005
5:10 pm
4293
Hi, I tried that and it still doens't work. I can see all messages if I send them to the MSMQ on the same PC that I run the web page. However, I cannot see...
Mark E
meckeard2000
Offline Send Email
Jun 24, 2005
5:54 pm
4294
The problem is not with multiple OS, the problem is that the message is not going to any location outside your machine. Disable windows firewall on the...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
Jun 24, 2005
6:00 pm
4295
I don't have my XP firewall running and there is no other firewall on my PC. I added the overload and still no results. Thanks, Mark "Vijay Mohan. D"...
Mark E
meckeard2000
Offline Send Email
Jun 24, 2005
6:17 pm
4296
When doing a transactional queue, the MSMQ architecture needs to send an ACK message back to the source computer confirming it received the message. For this...
Dave Misc
davidpet86
Offline Send Email
Jun 24, 2005
6:46 pm
Messages 4267 - 4296 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