what's the event that a device connect to solace and subscribe to solace? -


we wanna make function once device connect , subscribe solace,we publish topic it.we want know what's event device connect solace , subscribe solace?which chapter can refer to.thanks

when client connects solace, there client_client_connect event raised in event log. if see more information event , list of other events, can refer solos-tr event reference guide available on solace developer portal here:

https://sftp.solacesystems.com/portal_docs/#page/solos-tr_event_reference_guide/doc_start_event_ref.html#

there no event generated in event log when client subscribes topic, can become verbose. however, there option publish subscription event on message bus. these events sent out on message vpn in event occurred. more information this, can refer chapter 4 of message bus , events management guide, available on solace developer portal here:

https://sftp.solacesystems.com/portal_docs/#page/message_bus_and_events_management/subscribing_to_message_bus_events.html#