Repository: activemq
Updated Branches:
  refs/heads/activemq-5.13.x 2f062488c -> a558f8d4f
  refs/heads/master 5f8a3df5a -> 8f6baf818


Polished


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/8f6baf81
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/8f6baf81
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/8f6baf81

Branch: refs/heads/master
Commit: 8f6baf81885793a8615fde946674a61340ec4e91
Parents: 5f8a3df
Author: Claus Ibsen <claus.ib...@gmail.com>
Authored: Mon Jan 11 13:34:48 2016 +0100
Committer: Claus Ibsen <claus.ib...@gmail.com>
Committed: Mon Jan 11 13:34:48 2016 +0100

----------------------------------------------------------------------
 .../org/apache/activemq/camel/component/ActiveMQEndpoint.java    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/8f6baf81/activemq-camel/src/main/java/org/apache/activemq/camel/component/ActiveMQEndpoint.java
----------------------------------------------------------------------
diff --git 
a/activemq-camel/src/main/java/org/apache/activemq/camel/component/ActiveMQEndpoint.java
 
b/activemq-camel/src/main/java/org/apache/activemq/camel/component/ActiveMQEndpoint.java
index 1268f61..b5ab883 100644
--- 
a/activemq-camel/src/main/java/org/apache/activemq/camel/component/ActiveMQEndpoint.java
+++ 
b/activemq-camel/src/main/java/org/apache/activemq/camel/component/ActiveMQEndpoint.java
@@ -21,7 +21,9 @@ import org.apache.camel.component.jms.JmsEndpoint;
 import org.apache.camel.spi.UriEndpoint;
 
 /**
- * ActiveMQ endpoint.
+ * The activemq component allows messages to be sent to (or consumed from) 
Apache ActiveMQ.
+ *
+ * This component extends the Camel JMS component.
  */
 @UriEndpoint(scheme = "activemq", title = "ActiveMQ", syntax = 
"activemq:destinationType:destinationName", consumerClass = JmsConsumer.class, 
label = "messaging")
 public class ActiveMQEndpoint extends JmsEndpoint {

Reply via email to