Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello,
How can we check whether property value is received in thingworx or not using Java SDK
In Java SDK we create a connection with a web socket so there is any method to check property is updated or not
Setting a property value in ThingWorx does not fail, at least from my experience, if the request is correctly constructed (which anyway the SDK does for you).
Can you explain what failure situation you're trying to make sure it's not happening ?
What can fail usually is the connectivity between the edge and platform (eg: internet connectivity issues), but at the level of the SDK that will be visible because you'll have an error being thrown.