You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2016/01/11 13:35:56 UTC

[2/2] activemq git commit: Polished

Polished


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

Branch: refs/heads/activemq-5.13.x
Commit: a558f8d4f197f0f83a91f8f7e5dc9653d5c24707
Parents: 2f06248
Author: Claus Ibsen <cl...@gmail.com>
Authored: Mon Jan 11 13:34:48 2016 +0100
Committer: Claus Ibsen <cl...@gmail.com>
Committed: Mon Jan 11 13:35:32 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/a558f8d4/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 {