This commit is contained in:
Claus Ibsen 2014-11-11 09:21:03 +01:00
parent dfd168b0b6
commit 0e98ed6f53
1 changed files with 5 additions and 0 deletions

View File

@ -29,8 +29,13 @@ import org.apache.camel.Endpoint;
import org.apache.camel.component.jms.JmsConfiguration;
import org.apache.camel.impl.UriEndpointComponent;
import org.apache.camel.spi.EndpointCompleter;
import static org.apache.camel.util.ObjectHelper.removeStartingCharacters;
/**
* The <a href="http://activemq.apache.org/broker-camel-component.html">Broker Camel component</a> allows to use Camel
* routing to move messages through the broker.
*/
public class BrokerComponent extends UriEndpointComponent implements EndpointCompleter {
public BrokerComponent() {