Hi,
I am trying to set up a Connection Server and stumbled over the following question, which was not really answered via the HelpCenter:
During the ThingWorx outage, the Thing itself is unable to send data to ThingWorx.
I would somehow expect, that the Connection Server would be able to take the data and pass it on to the ThingWorx server at a later point, once all services are up and running again.
Thanks,
Michael
Solved! Go to Solution.
Connection Server can not do that.
From the documentation:
Connection Server can not do that.
From the documentation:
Just to add to that -- EDGE SDK supports it out-of-the-box: https://support.ptc.com/help/thingworx/edge_sdk_c/en/index.html#page/c_sdk/c_csdk_handling_offline_messages.html
Thanks Rocko!
Then I need to change my understanding from "Connection Server" to "Connection Proxy".
We are already buffering on the device, using the C-SDK, so the setup might be good enough.
Thanks for the clarification