AHC (Async Http Client) Websocket
Since Camel Quarkus 1.0.0-M3, JVM and native
Exchange data with external Websocket servers using Async Http Client.
What’s inside
-
AHC Secure Websocket (Secure) component, URI syntax:
ahc-wss:httpUri
-
AHC Websocket component, URI syntax:
ahc-ws:httpUri
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ahc-ws</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.