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:
James Strachan 2005-12-14 19:15:44 +00:00
parent 5cba8d744d
commit 20038a8264
1 changed files with 3 additions and 1 deletions

View File

@ -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 $
*/