mirror of https://github.com/apache/activemq.git
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:
parent
b9d0972596
commit
27a6c0a301
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue