megacamelus / camel-assistant

Apache License 2.0
1 stars 6 forks source link

Fix answer to "Do you support OPC-UA?" #117

Open apupier opened 2 months ago

apupier commented 2 months ago

current answer is:

 Yes, Apache Camel supports OPC-UA. However, it depends on the specific use case and the implementation details of OPC-UA. You can use the "codec" option within the Apache Camel Mina component to implement a custom codec implementation for OPC-UA compression or encryption of data during transmission. Additionally, the "serviceUri" options within the Apache Camel olingo4 and olingo4 components provide the default base URI for OData services and can be used to interact with an OData service using this component.

Would be interesting to know how it determined that OPC-UA is supported given that there is no information in the catalog for that with Camel 4+ (as far I know) . it is mentioned only in the documentation of the website. Also the Camel Mina and olingo4 are unrelated to OPC-UA