TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Soft Corner
508
2.3k
810.5k
how to send msg over internet using MSMQ???
Dec 8 2010 3:59 AM
hi,
i am sending messages over internet using MSMQ but on my outgoing queue i face problem of " Waiting to Connect".
how to solve this problem. here is my code :-
MessageQueue
MyMSGQ;
Message
MyMsg;
MyMSGQ =
new
MessageQueue
(
@"FormatName:DIRECT=TCP:xxx.xxx.xx.xx\private$\myqueue"
);
MyMsg =
new
Message
("hello");
MyMSGQ.Send(MyMsg);
==========================
Thanks
Reply
Answers (
1
)
New features in .net 4.0
Place scrollbars in TD