I am developing a JCA adapter, and I have some doubts about my implementation for incoming messages. Use case: I need to send some work to EIS and include the URL as a parameter. When EIS shuts down, it calls the URL as a notification.
The only way I can think of is to open the ServerSocket on one port, pass my IP + server port as the URL for EIS. When the HTTP request comes from EIS, parse it to get the parameters.
So I would like to know if this is considered a proper implementation or if there is a better way to do this. Thank you in advance.
Hello,
Kh
source share