Re: How to get a message redelivered in CMS c++

2007-10-17 Thread Nathan Mittler
> > Okay, that is what I was afraid of :) Its more like I can process all the > messages, it's just one device the message is designated for is busy. I > can > still process the other 100's of pending requests. So, option #2 is not > viable becuase I still need to service the messages I can wor

RE: How to get a message redelivered in CMS c++

2007-10-17 Thread Fred Crable
Okay, that is what I was afraid of :) Its more like I can process all the messages, it's just one device the message is designated for is busy. I can still process the other 100's of pending requests. So, option #2 is not viable becuase I still need to service the messages I can work on. So I

RE: How to get a message redelivered in CMS c++

2007-10-17 Thread Mittler, Nathan
It sounds to me like the solution needs to be at the application-level. Here's a few ideas that come to mind: 1) Asynchronous delivery: you could queue them up until you're system is ready to process them. 2) Asynchronous delivery: When you are in a state to process messages, you could register t