RE: How to receive Server side events

2023-08-15 Thread Andrew McCarron
ate you can use for SSE. > > > > > On Tue, Aug 15, 2023 at 8:44 PM Andrew McCarron > mailto:andrew.mccar...@bd.com.invalid>> wrote: > > > Greetings! > > I'm fairly new to both java and Camel, and I've been tasked with > > interfacing w

How to receive Server side events

2023-08-15 Thread Andrew McCarron
Greetings! I'm fairly new to both java and Camel, and I've been tasked with interfacing with a service that sends server side events. The server is our own mock server app that I can run in the debugger. I've tried to create a route that uses uri:http to connect to the service with the following