provide an optional interface Endpoints can provide to generate a simple String
ID which can be used within the class loader to make JMX / REST APIs simpler to
avoid having to encode large URIs
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: CAMEL-3035
URL: https://issues.apache.org/activemq/browse/CAMEL-3035
Project: Apache Camel
Issue Type: Improvement
Components: camel-web
Affects Versions: 2.4.0
Reporter: James Strachan
Fix For: 2.5.0
rather than taking the URI and encoding it, it would be nice if endpoints could
just generate their own unique ID on construction (then we don't have lifecycle
issues of keeping track of endpoints coming and going and maintaining a
parallel map of Endpoint -> ID etc).
We could use the same ID when registering endpoints with JMX etc
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.