Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.4.2
-
None
-
None
Description
The CamelEndpointLoader has code which isn't currently used
protected void removeQueue(ActiveMQQueue queue) throws Exception { String queueUri = getQueueUri(queue); // lur cache of endpoints so they will disappear in time // this feature needs a new component api - list available endpoints //camelContext.removeEndpoints(queueUri); }
Likewise for the removeTopic method.
The CamelContext API has the removeEndpoints API.
See CAMEL-2988