Hi Chris,
Okay, this is the Solace Web UI for administration. I guess then you need to check with the admin who provided you with your username then.
Two questions:
- How to make topic endpoint durable in C/C++ code? Same as queues using solClient_session_endpointProvision () method?
Can you give an example? How to name topic endpoint?
2 Will topic durable endpoint publisher written in C/C++ work with Java topic endpoint subscriber?
I need to test this, but my understanding is that you need to provision the durable topic endpoint with solClient_session_endpointProvision() and use the SOLCLIENT_ENDPOINT_PROP_TE and the usual SOLCLIENT_ENDPOINT_PROP_NAME for the name.
I’ll let others share some samples as I don’t have the environment to test it right now