I was confused by this as well. I also noticed that when the queues were loaded up with the Visualizer, all messages that were processed were still in the queue. I would have thought they would be removed after all Consumers process them.
On Fri, Aug 28, 2009 at 4:14 AM, Steve Wagner <[email protected]> wrote: > > Hi, i am new to RSB and to services bus in common, so it could be that i > miss the point :-) > > Ive created two simple command line applications to test how RSB works. App > 1 sends a simply message to app 2, so not complicated. The reason for that > mail is what app 2, which received the messages, outputs at startup when i > restart the application after all messages where handled. > > RSB: Scanning incoming message > 95514ec0-36af-42ba-9951-9ada5a105202/3a54c5f7-54c7-4966-a99e-9c73009293c0 on > 'test2/' with status Processing > RSB: Scanning incoming message > 95514ec0-36af-42ba-9951-9ada5a105202/ea075fcb-0082-4cd1-a648-9c73009293cc on > 'test2/' with status Processing > RSB: Scanning incoming message > 95514ec0-36af-42ba-9951-9ada5a105202/d83a92df-e153-497c-a1d2-9c73009293d3 on > 'test2/' with status Processing > ... > > All messages are processed and ComsumerOf are called before i restarted the > app, so why the message status is still Processing? > > And another question. What is the difference between Send and Publish? When > i understand the code correctly, Publish sends a message only to the local > bus, whereas Send sends the message to a queue endpoint (which could also be > local) which then routes the message to the local bus. I take this question > because i noticed that Publish dose not trigger a Saga, whereas Send it > dose. > > -Steve > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
