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

Re: How to receive Server side events

2023-08-15 Thread Claus Ibsen
Hi There is no component that out of the box supports SSE with Camel (to my knowledge). We have a JIRA about this https://issues.apache.org/jira/browse/CAMEL-16431 If you run in a runtime like Spring Boot or Quarkus then they may have some HTTP template you can use for SSE. On Tue, Aug 15, 2

Re: How to receive Server side events

2023-08-15 Thread Mark Nuttall
https://www.baeldung.com/spring-server-sent-events On Tue, Aug 15, 2023 at 4:00 PM Claus Ibsen wrote: > Hi > > There is no component that out of the box supports SSE with Camel (to my > knowledge). > > We have a JIRA about this > https://issues.apache.org/jira/browse/CAMEL-16431 > > If you run i

RE: How to receive Server side events

2023-08-15 Thread Andrew McCarron
: Re: How to receive Server side events https: //urldefense. com/v3/__https: //www. baeldung.  com/spring-server-sent-events__;!!AMCWqqRremt4Wx4!VWVl-9Fh0XrgWpciorxekjNL1BayoK18SVNEV5j8J85Un5DbCBP9Q-uuboROGDAFpDQocFR3IXlhHoP1-wk$ On Tue, Aug 15, 2023 at 4: 00 PM Claus Ibsen