|
Loading...
|
rhino-tools-dev@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
[rhino-tools-dev] Re: Rhino ESB - Batches racielrod Fri Feb 03 18:06:48 2012
Jason, sure they are not the same. But let's go back to my original requirements, all I needed was a mechanism to serialize and aggregate a high number of writes, so instead of multiple/most-likely-concurrent writes very often, I have batches more evenly distributed in time. When I first looked at ESB, I was pretty aware there were several ways to resolve this by serializing the entities into any type of storage: filesystem, key-value-pair db, queues, etc. I looked into ESB to check if they had a pretty/simple/elegant way to do this (since I was originally considering MSMQ for this, and ESB uses queues as transport). As I said, I delivered something quick and effective but will continue investigating on the sagas and other options because I personally found the ESB very suitable for other scenarios. If achieving the same I just did in a couple of hours is more complicated with ESB we are probably not using the ESB on this case, but it had been a great learning experience. Maybe adding Rx support to the bus will give more flexibility in terms of the rules you can create for the messages to be delivered/ consumed... just a thought. On Feb 2, 5:06 pm, Jason Meckley <[EMAIL PROTECTED]> wrote: > persistent storage != rdbms > you can also use a persisent hashtable, or nosql both of which are much > faster and lighter weight than an rdbms. not to mention there is no > relational data with messages, so an rdbms provides little to no value > other than a dumping ground between message consumption. -- 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.
- [rhino-tools-dev] Rhino ESB - Batches racielrod 2012/02/03
- [rhino-tools-dev] Rhino ESB - Batches racielrod 2012/02/03
- [rhino-tools-dev] Re: Rhino ESB - Batches Jason Meckley 2012/02/03
- [rhino-tools-dev] Re: Rhino ESB - Batches racielrod 2012/02/03
- [rhino-tools-dev] Re: Rhino ESB - Batches nightwatch77 2012/02/03
- [rhino-tools-dev] Re: Rhino ESB - Batches racielrod 2012/02/03
- [rhino-tools-dev] Re: Rhino ESB - Batches Jason Meckley 2012/02/03
- [rhino-tools-dev] Re: Rhino ESB - Batches racielrod 2012/02/03 <=
- [rhino-tools-dev] Re: Rhino ESB - Batches Jason Meckley 2012/02/03