Creates a Session from a given config to connect to the Solace message broker.
You may override the default session provider in order to customize session construction, e.g., in tests, as following:
{provide: SolaceSessionProvider, useClass: YourSessionProvider}
The default provider does the following: solace.SolclientFactory.createSession(sessionProperties).
Creates a Session from a given config to connect to the Solace message broker.
You may override the default session provider in order to customize session construction, e.g., in tests, as following:
{provide: SolaceSessionProvider, useClass: YourSessionProvider}
The default provider does the following:
solace.SolclientFactory.createSession(sessionProperties)
.