mirror of https://github.com/apache/activemq.git
Polished
This commit is contained in:
parent
5f8a3df5a4
commit
8f6baf8188
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue