mirror of https://github.com/apache/activemq.git
updated javadoc
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5cba8d744d
commit
20038a8264
|
@ -34,7 +34,9 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like
|
||||
* Spring's <a href="http://activemq.org/Spring+Support">JmsTemplate</a>
|
||||
* Spring's <a href="http://activemq.org/Spring+Support">JmsTemplate</a>.
|
||||
*
|
||||
* <b>NOTE</b> this implementation is only intended for use when sending messages.
|
||||
*
|
||||
* @version $Revision: 1.1 $
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue