Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.14.2. Use a RemoteInvoker
Procedure 14.1. Task
- Include a RemoteInvoker and supporting classes in your application with the following Maven dependency:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Each instance of SwitchYard includes a special context path called switchyard-remote, which is bound to the default HTTP listener in Red Hat JBoss Fuse. The initial version of RemoteInvoker supports communication with this endpoint directly. Here is an example of invoking an in-out service in SwitchYard using the HttpInvoker:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow