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: 1) You can tell tran/non trans by going to my computer >> manage >> services >> Message Queuing >> Private >> right click on the queue and select...
The format should be: FormatName=DIRECT:http://somedomain.com/msmq/private$...... Drop the "OS:" On the sending computer, trying doing: "telnet somedomain.com...
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...
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...
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...
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, 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...
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, 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...
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 -...
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...
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...
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...
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...
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...
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...
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....
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...
... 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 ...
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...
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...
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...
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...
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"...
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...