Re: Camel Producer receiving messages asynchronously from Web Socket Server

2022-10-12 Thread ski n
In general, I wouldn't bother too much about the Camel Context, Exchanges and producer tasks. Sound the best way to do this is by just chaining various Camel routes and use direct or seda endpoints between them. Raymond On Wed, Oct 12, 2022 at 10:31 AM Stefan Kok wrote: > Hi All > > Background:

Camel Producer receiving messages asynchronously from Web Socket Server

2022-10-12 Thread Stefan Kok
Hi All Background: I have a custom camel producer receiving messages asynchronously from a web socket server. The next phase requires that we respond to events emitted from the web socket server which we did not initiate from a client perspective on the open web sockets. Question: When we recei