Weird, what I saw is that 2-3 messages out of 10 were moved to the discarded queue, while the rest were processed just fine. Is it possible that messages get discarded if the consumer is busy processing a previous message? I configured my bus with only 1 thread...
On Feb 1, 4:39 pm, Corey Kaylor <[email protected]> wrote: > When there are no consumers ready to consume the message they are placed in > the discarded queue. > > > > > > > > On Wed, Feb 1, 2012 at 2:28 PM, Corey Kaylor <[email protected]> wrote: > > The one way contract doesn't currently have a DelaySend method. We would > > be happy to take a pull request if you need it though. > > > On Wed, Feb 1, 2012 at 11:44 AM, racielrod > > <[email protected]>wrote: > > >> I was checking the OneWayBus, which in my case seems like the right > >> fix and I don't see a way to postpone the delivery of a message until > >> certain moment in time. > >> All I need is to send messages to a bus, which should be delivered at > >> certain times in the day... > > >> On the other hand, I was trying to get this by using a > >> IStartableServiceBus, and I see several messages moved to the > >> discarded queue on every batch. Not sure why. > > >> Thanks, > >> R. > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Rhino Tools Dev" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]. > >> For more options, visit this group at > >>http://groups.google.com/group/rhino-tools-dev?hl=en. -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
