On Fri, May 6, 2011 at 4:44 PM, Tarun Ramakrishna <[email protected]> wrote: > Hi, > > It seems that all you want is buffering of messages and not true > logical aggregates right ? In which case you should simply configure > ActiveMQ appropriately to enable async sending (if you aren't using > transactions) and set an appropriate prefetch when consuming messages. > You can also see whether optimizing the acknowledgement mode in > batches (setOptimizeAcknowledge) improves anything for you. AMQ is > fine for sending high-frequency, small sized messages. >
Yep it sure is. It can scala very high. I recommend to pickup the Active in Action book. http://manning.com/snyder And checkout some of the ActiveMQ webinars http://fusesource.com/resources/video-archived-webinars/ > Best Regards, > Tarun > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
