Repository: activemq Updated Branches: refs/heads/activemq-5.12.x 5f0064622 -> b21ad1a0f
Polished Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/b21ad1a0 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/b21ad1a0 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/b21ad1a0 Branch: refs/heads/activemq-5.12.x Commit: b21ad1a0f912e9147d5bdb21d11583bfb1386b30 Parents: 5f00646 Author: Claus Ibsen <[email protected]> Authored: Mon Jan 11 13:34:48 2016 +0100 Committer: Claus Ibsen <[email protected]> Committed: Mon Jan 11 13:36:04 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/b21ad1a0/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 {
