Hi,
I am using jdbc message store with the derby embedded datasource for providing persistence.Messages generated by the source are more than 1000 per second. The throughput is low as it is opening and closing the connection while writing each message to the message store. Ideally I would expect it to use the SmartDataSourceto avoid closing the conn everytime but not able to get it right.![]()


Reply With Quote