Hello, I am trying to test the following scenario:
I publish a mesage to a topic called rest, and then A rest Consumer picks that mesasge up and sends it to the mock server.
Is this scenario possible?
If so, i’ll be running a postman mock and Solace will be running localy on Docker(I think i might run into some ssl problems).
Yes that is possible with RDP, where basically you’ll have a Queue subscribing to the topic and then binding that Queue to a REST Delivery Point that will act as a REST client for your mock server.
Hello again @arih
After following the steps on the code labs i got an error which is wierd and i dont know how to solve this.
So, i configured ngrock to forward localhost:3000 where i had a mock server running.
After that i followed all the steps on the code lab and ended up with this error:
Destination unreachable seemed wierd so i opened a terminal inside the docker container of solace and did a curl to the ngrock and it worked.
Does any one know why this happened?
Okay, so I did some tests on my own, and it seems Ngrok can give you different destination each time. I’ve seen the remote endpoint sometimes up and sometimes down and having different address each time
When it works it works, but when it’s not it can be a peer TCP closed, or it can be unreachable, or other errors. So for now I think relying on Ngrok is not a good idea
I’m assuming Ngrok is just for dev or for convenience anyway, not production setup right?