Supports Expression Language: true (will be evaluated using variable registry only)JMS Client Libraries | cflib | | | Path to the directory with additional resources (eg. JARs, configuration files etc.) to be added to the classpath (defined as a comma separated list of values). Such resources typically represent target JMS client libraries for the ConnectionFactory implementation.
This property expects a comma-separated list of resources. Each of the resources may be of any of the following types: URL, file, directory.
Supports Expression Language: true (will be evaluated using variable registry only) |
JMS Broker URI | broker | | | URI pointing to the network location of the JMS Message broker. Example for ActiveMQ: 'tcp://myhost:61616'. Examples for IBM MQ: 'myhost(1414)' and 'myhost01(1414),myhost02(1414)'. Supports Expression Language: true (will be evaluated using variable registry only) |
JMS SSL Context Service | SSL Context Service | | Controller Service API: SSLContextService Implementations: StandardSSLContextService StandardRestrictedSSLContextService | The SSL Context Service used to provide client certificate information for TLS/SSL connections. |
Dynamic Properties:
Supports Sensitive Dynamic Properties: No
Dynamic Properties allow the user to specify both the name and value of a property.
Name | Value | Description |
---|
The name of a Connection Factory configuration property. | The value of a given Connection Factory configuration property. | The properties that are set following Java Beans convention where a property name is derived from the 'set*' method of the vendor specific ConnectionFactory's implementation. For example, 'com.ibm.mq.jms.MQConnectionFactory.setChannel(String)' would imply 'channel' property and 'com.ibm.mq.jms.MQConnectionFactory.setTransportType(int)' would imply 'transportType' property. Supports Expression Language: true (will be evaluated using variable registry only) |
State management:
This component does not store state.Restricted:
Required Permission | Explanation |
---|
reference remote resources | Client Library Location can reference resources over HTTP |
System Resource Considerations:
None specified.See Also:
ConsumeJMS, PublishJMS