Sonic connection factory
A JMS ConnectionFactory used to create connections with SonicMQ.
To use this connection factory, copy the following Java libraries from your Sonic MQ installation location to the extensions directory of the eMagiz runtime:
sonic_Client.jarsonic_Crypto.jarsonic_XMessage.jar
Tested with versions 7.5 and 7.6 of Sonic MQ; should also work with all versions that have a compatible ConnectionFactory interface.
Id
Name that uniquely identifies this flow component.
Required
Fault tolerant
Enable or disable fault tolerant connection creation.
By default, connections are created non-fault tolerant(false). For a connection to be created fault-tolerant the broker must support(be licensed for) fault-tolerance.
Connection URLs
Comma-separated list of broker URLs. Allows a client to connect to the first available broker on a list.
This option can be used independently of any other load balancing options.
Default user
Default user.
Used when no user is provided in another way.
Default password
Default password.
Used when no password is provided in another way.
