A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. Note that this package does not deal with pooling of consumers; for that look at a library like Jencks such as in this example