We wanna make a function that once a device connect and subscribe to solace,we will publish a topic to it.we want to know what's the event that a device connect to solace and subscribe to solace?which chapter we can refer to.Thanks
When a client connects to Solace, there will be a CLIENT_CLIENT_CONNECT event raised in the event log. If you would like to see the more information about this event and a list of all other events, you can refer to the SolOS-TR Event Reference Guide available on the Solace Developer Portal here:
There is no event generated in the event log when a client subscribes to a topic, as this can become very verbose. However, there is an option to publish a subscription event over the message bus. These events will be sent out on the Message VPN in which the event occurred. For more information about this, you can refer to Chapter 4 of the Message Bus and Events Management guide, available on the Solace Developer Portal here: