Click here to Skip to main content
15,919,434 members
Home / Discussions / C#
   

C#

 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 4:24
ramdil17-Jul-07 4:24 
GeneralRe: MSMQ Error Handling Pin
Jimmanuel17-Jul-07 4:35
Jimmanuel17-Jul-07 4:35 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 5:35
ramdil17-Jul-07 5:35 
GeneralRe: MSMQ Error Handling Pin
Jimmanuel17-Jul-07 6:10
Jimmanuel17-Jul-07 6:10 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 6:23
ramdil17-Jul-07 6:23 
GeneralRe: MSMQ Error Handling [modified] Pin
Jimmanuel17-Jul-07 6:45
Jimmanuel17-Jul-07 6:45 
GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 7:15
ramdil17-Jul-07 7:15 
GeneralRe: MSMQ Error Handling Pin
Jimmanuel17-Jul-07 7:27
Jimmanuel17-Jul-07 7:27 
You're absolutely correct! I was thinking that you were reading only one message; the way you've described it sounds like you have it set up correctly to continue reading messages until the application ends, so it should work fine.

Just like before though, it's probably a good idea to set the IsBackground property to true on the Thread object so that it doesn't hang up you application when it's closing. Things should work fine even if you don't do this, but it probably won't hurt to throw this in just in case. Smile | :)



GeneralRe: MSMQ Error Handling Pin
ramdil17-Jul-07 22:28
ramdil17-Jul-07 22:28 
QuestionRemote method calls Pin
kkadir17-Jul-07 1:33
kkadir17-Jul-07 1:33 
AnswerRe: Remote method calls Pin
Malcolm Smart17-Jul-07 1:41
Malcolm Smart17-Jul-07 1:41 
GeneralRe: Remote method calls Pin
kkadir17-Jul-07 2:17
kkadir17-Jul-07 2:17 
GeneralRe: Remote method calls Pin
Malcolm Smart17-Jul-07 2:51
Malcolm Smart17-Jul-07 2:51 
QuestionGetting the user default locale identifier in c# Pin
Tal S.17-Jul-07 0:51
Tal S.17-Jul-07 0:51 
AnswerRe: Getting the user default locale identifier in c# Pin
Le centriste17-Jul-07 2:16
Le centriste17-Jul-07 2:16 
GeneralRe: Getting the user default locale identifier in c# Pin
Tal S.18-Jul-07 3:49
Tal S.18-Jul-07 3:49 
QuestionDebugging the windows service Pin
M. J. Jaya Chitra17-Jul-07 0:43
M. J. Jaya Chitra17-Jul-07 0:43 
AnswerRe: Debugging the windows service Pin
Nisar Inamdar17-Jul-07 0:56
Nisar Inamdar17-Jul-07 0:56 
AnswerRe: Debugging the windows service Pin
originSH17-Jul-07 1:00
originSH17-Jul-07 1:00 
GeneralRe: Debugging the windows service Pin
M. J. Jaya Chitra17-Jul-07 18:11
M. J. Jaya Chitra17-Jul-07 18:11 
AnswerRe: Debugging the windows service Pin
Harkamal Singh17-Jul-07 6:58
Harkamal Singh17-Jul-07 6:58 
GeneralRe: Debugging the windows service Pin
M. J. Jaya Chitra17-Jul-07 18:10
M. J. Jaya Chitra17-Jul-07 18:10 
QuestionKey Press Event Pin
Xmen Real 17-Jul-07 0:37
professional Xmen Real 17-Jul-07 0:37 
AnswerRe: Key Press Event Pin
Nisar Inamdar17-Jul-07 0:52
Nisar Inamdar17-Jul-07 0:52 
AnswerRe: Key Press Event Pin
Stu Richardson17-Jul-07 0:55
Stu Richardson17-Jul-07 0:55 

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.