...
- If you created a Shared Property for SonicMQ Connections, a dropdown menu will be available from which you can choose Use Local Settings or Use Shared Property.
If you select Use Shared Property, a second menu displays from which you select the desired global SonicMQ settings that the tool will use. For more information, see Adding Global Properties.For more information, see Adding Global Test Suite Properties or Adding Global Properties.
- If you select Use Local Settings, or if no shared property is specified, you can configure the rest of the options for Connection Settings.
- Provider URL: Specifies the value of the property named
javax.naming.Context.PROVIDER_URLpassed to the JNDIjavax.naming.InitialContextconstructor. - Initial Context: Specifies a fully qualified class name string, passed to the JNDI
javax.nam-ing.InitialContextconstructor as a string value for the property namedjavax.naming.Context.INITIAL_CONTEXT_FACTORY. - Connection Factory: Passed to the
lookup()method injavax.naming.InitialContextto create ajavax.jms.QueueConnectionFactoryor ajavax.jms.TopicConnectionFactoryinstance.
...