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
how to store messages permanently!!   Message List  
Reply | Forward Message #4344 of 4356 |
RE: [msmq] how to store messages permanently!!

You need to set the recoverable message property to true. This will write
the message to disk, but will impact performance greatly. (See white paper
documents)

See this link:
http://www.devx.com/enterprise/Article/22314




>From: "shahbaz_yousuf555" <shahbaz_yousuf555@...>
>Reply-To: msmq@yahoogroups.com
>To: msmq@yahoogroups.com
>Subject: [msmq] how to store messages permanently!!
>Date: Fri, 06 Oct 2006 17:23:40 -0000
>
>Hello ppl..i am new to msmq..I am trying to store messages from
>asp.net into message que.The messages are gettin store in the que.But
>once i switch off my computer ,then there are no messages left in the
>que.How can i permanently store the messages in the que.
>
>Thanks and Regards,
>
>Shahbaz Yousuf
>
>
>
>
>
>





Fri Oct 6, 2006 7:11 pm

basket_baller2
Offline Offline
Send Email Send Email

Forward
Message #4344 of 4356 |
Expand Messages Author Sort by Date

Hello ppl..i am new to msmq..I am trying to store messages from asp.net into message que.The messages are gettin store in the que.But once i switch off my...
shahbaz_yousuf555
shahbaz_yous...
Offline Send Email
Oct 6, 2006
5:27 pm

You need to set the recoverable message property to true. This will write the message to disk, but will impact performance greatly. (See white paper ...
Michael Ledesma
basket_baller2
Offline Send Email
Oct 6, 2006
7:12 pm

hello,,Thanks for your reply.The link which u had told me to refer shows the following code Dim msmqMessage As System.Messaging.Message msmqMessage = New...
shahbaz_yousuf555
shahbaz_yous...
Offline Send Email
Oct 7, 2006
6:41 am

The sample code in that article is VB6. You need to figure out how the recoverable property is exposed in the language you are using. Try this: ...
Michael Ledesma
basket_baller2
Offline Send Email
Oct 7, 2006
12:27 pm

ITS NT WORKIN,,,ONCE I RESTART THE SYSTEM NONE OF THE QUES ARE THERE .. Michael Ledesma <basket_baller@...> wrote:...
shahbaz yousuf
shahbaz_yous...
Offline Send Email
Oct 7, 2006
1:22 pm
Advanced

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