updated the javadoc to be more clear about the camel support

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@583114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-10-09 11:28:38 +00:00
parent b9d0972596
commit 27a6c0a301
3 changed files with 14 additions and 2 deletions

View File

@ -246,6 +246,10 @@
<title>JMS Client support classes for working with BLOBs and JNDI</title>
<packages>org.apache.activemq.blob:org.apache.activemq.jndi</packages>
</group>
<group>
<title>Enterprise Integration Pattern support via Camel</title>
<packages>org.apache.activemq.camel:org.apache.activemq.camel.*</packages>
</group>
<group>
<title>Spring support</title>
<packages>org.apache.activemq.spring:org.apache.activemq.xbean:org.apache.activemq.pool</packages>

View File

@ -19,7 +19,11 @@
</head>
<body>
Defines the <a href="http://activemq.apache.org/camel/activemq.html">ActiveMQ Component</a>
Defines the <a href="http://activemq.apache.org/camel/activemq.html">ActiveMQ Component</a> for
<a href="http://activemq.apache.org/camel/">Camel</a> to provide great
<a href="http://activemq.apache.org/camel/enterprise-integration-patterns.html">Enterprise Integration Patterns</a>
integration for ActiveMQ users.
</body>
</html>

View File

@ -19,7 +19,11 @@
</head>
<body>
Defines a JMS client which is capable of sending and receiving messages to Camel endpoints
Defines a JMS client which is capable of sending and receiving messages to
<a href="http://activemq.apache.org/camel/">Camel</a>
<a href="http://activemq.apache.org/camel/endpoint.html">endpoints</a> to provide
<a href="http://activemq.apache.org/camel/enterprise-integration-patterns.html">Enterprise Integration Patterns</a>
integration in any JMS client application.
</body>
</html>