Issue Details (XML | Word | Printable)

Key: MULE-15
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ross Mason
Reporter: Ross Mason
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mule

Pluggable pool on Model

Created: 26/Mar/04 02:00 AM   Updated: 21/Aug/06 09:22 PM
Component/s: Core: Configuration
Affects Version/s: 0.8
Fix Version/s: 0.9-beta1

Time Tracking:
Not Specified

Labels:
Similar Issues: MULE-242 Refactor Inbound and Response aggregators to support pluggable persistence strategies


 Description  « Hide
It's current possible to use different pooling implementations to pool components (pico pool and commons pool are the two provided). however, there is currently no way to cofigure which one to use! doh!

 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Ross Mason added a comment - 26/Mar/04 02:49 AM
Added a <component-pool-factory> element to the Model. By default the commons pool impl is used.