Howdy, I have this case:
For each message that comes, I have to insert an record into MY_LOG table and to make commit. Commits slows my DB, so I have decided to use MQ. The question is: does MQ supports batch processing of messages? Can I say: give me 50 messages from the queue at once, so I would make 50 INSERTs into DB and ony 1 commit? Which is the best way to do this? Thank you in advance, Milan -- View this message in context: http://www.nabble.com/Batch-processing-tp23633548p23633548.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
