Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
QuestionTranslation of Java Error class to C# Pin
jluber2-Jul-08 23:50
jluber2-Jul-08 23:50 
AnswerRe: Translation of Java Error class to C# Pin
leppie3-Jul-08 2:21
leppie3-Jul-08 2:21 
GeneralRe: Translation of Java Error class to C# Pin
jluber3-Jul-08 2:28
jluber3-Jul-08 2:28 
QuestionHow can I Verify Serial Key in Setup and Deployment Project Pin
Sifar - 02-Jul-08 23:39
Sifar - 02-Jul-08 23:39 
Questiondatatable issue Pin
Tauseef A2-Jul-08 23:37
Tauseef A2-Jul-08 23:37 
AnswerRe: datatable issue Pin
Rick van Woudenberg3-Jul-08 0:16
Rick van Woudenberg3-Jul-08 0:16 
AnswerRe: datatable issue Pin
Vimalsoft(Pty) Ltd3-Jul-08 0:24
professionalVimalsoft(Pty) Ltd3-Jul-08 0:24 
QuestionMSMQ 3.0 & .NET issue (Max limit over size of total messages to be stored in MSMQ) Pin
Vaibhav.j20072-Jul-08 23:32
Vaibhav.j20072-Jul-08 23:32 
Hi,

I don't know if this is the right forum to ask this question about MSMQ and C#.
Sorry, if I have posted this at the incorrect forum.

This is regarding a possible issue which could occur with the use MSMQ 3.0 (Windows XP Professional – SP2) for storing large no of messages.
We are working on storing messages into MSMQ 3.0 through .NET application (Using .NET 3.5). I have read in some articles that there is a disk quota of 8 GB allocated for storing of MSMQ messages and beyond which it can’t store the messages into the queue. The problem could occur if the size of no of messages in MSMQ equals this max limit. So, it is necessary to check this private queue size. With this current queue size it would be possible to check if the max limit has reached or not. So far, we have not found anything which would return us current queue (private) size. Frown | :(

To solve this problem I am working on the following approach.

1. Maintain the size of all queued messages into a text file on file system and update this when required. Also this could be used to check if any further messages could be saved into MSMQ.
2. Check for total size of messages before saving it into MSMQ by reading this info from the text file.
3. Increment it with the size of message, in case this new message was saved to MSMQ.
4. Decrease this file size if the message was removed from MSMQ.

I would like to know if there is any other alternative available for MSMQ max queue size limit. Any solution or suggestion regarding the same will be greatly appreciated.


Thanks & regards,
Vaibhav
AnswerRe: MSMQ 3.0 & .NET issue (Max limit over size of total messages to be stored in MSMQ) Pin
leppie3-Jul-08 2:22
leppie3-Jul-08 2:22 
GeneralRe: MSMQ 3.0 & .NET issue (Max limit over size of total messages to be stored in MSMQ) Pin
Vaibhav.j20073-Jul-08 2:48
Vaibhav.j20073-Jul-08 2:48 
GeneralRe: MSMQ 3.0 & .NET issue (Max limit over size of total messages to be stored in MSMQ) Pin
leppie3-Jul-08 3:59
leppie3-Jul-08 3:59 
QuestionRadCombobox not populating fine Pin
omlac2-Jul-08 23:31
omlac2-Jul-08 23:31 
AnswerRe: RadCombobox not populating fine Pin
Pete O'Hanlon3-Jul-08 0:27
mvePete O'Hanlon3-Jul-08 0:27 
AnswerRe: RadCombobox not populating fine Pin
omlac3-Jul-08 1:05
omlac3-Jul-08 1:05 
Questionretrieving field from the database. Pin
r aa j2-Jul-08 23:24
r aa j2-Jul-08 23:24 
AnswerRe: retrieving field from the database. Pin
Simon P Stevens2-Jul-08 23:33
Simon P Stevens2-Jul-08 23:33 
AnswerRe: retrieving field from the database. Pin
Vimalsoft(Pty) Ltd3-Jul-08 0:58
professionalVimalsoft(Pty) Ltd3-Jul-08 0:58 
QuestionHow to launch file from FTP Server in Run Time ? Pin
Yanshof2-Jul-08 23:13
Yanshof2-Jul-08 23:13 
AnswerRe: How to launch file from FTP Server in Run Time ? Pin
Simon P Stevens2-Jul-08 23:31
Simon P Stevens2-Jul-08 23:31 
GeneralRe: How to launch file from FTP Server in Run Time ? Pin
Yanshof2-Jul-08 23:38
Yanshof2-Jul-08 23:38 
GeneralRe: How to launch file from FTP Server in Run Time ? Pin
Anthony Mushrow2-Jul-08 23:45
professionalAnthony Mushrow2-Jul-08 23:45 
GeneralRe: How to launch file from FTP Server in Run Time ? Pin
Simon P Stevens2-Jul-08 23:51
Simon P Stevens2-Jul-08 23:51 
QuestionDesktop Icon Layout Pin
half-life2-Jul-08 22:44
half-life2-Jul-08 22:44 
AnswerRe: Desktop Icon Layout Pin
Luc Pattyn3-Jul-08 2:20
sitebuilderLuc Pattyn3-Jul-08 2:20 
GeneralRe: Desktop Icon Layout Pin
half-life3-Jul-08 6:04
half-life3-Jul-08 6:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.