JndiJmsConnectionFactoryProvider
Описание
Предоставляет сервис для поиска существующей фабрики соединений JMS с помощью Java Naming and Directory Interface (JNDI).
Теги
jms, jndi, messaging, integration, queue, topic, publish, subscribe
Свойства
Название | Описание |
---|---|
JNDI Initial Context Factory Class | The fully qualified class name of the JNDI Initial Context Factory Class (java.naming.factory.initial). Поддерживает язык выражений: true (будет оцениваться только с использованием переменных среды) |
JNDI Provider URL | The URL of the JNDI Provider to use as the value for java.naming.provider.url. See additional details documentation for allowed URL schemes. Поддерживает язык выражений: true (будет оцениваться только с использованием переменных среды) |
JNDI Name of the Connection Factory | The name of the JNDI Object to lookup for the Connection Factory. Поддерживает язык выражений: true (будет оцениваться только с использованием переменных среды) |
JNDI / JMS Client Libraries | Specifies jar files and/or directories to add to the ClassPath in order to load the JNDI / JMS client libraries. This should be a comma-separated list of files, directories, and/or URLs. If a directory is given, any files in that directory will be included, but subdirectories will not be included (i.e., it is not recursive).This property expects a comma-separated list of resources. Each of the resources may be of any of the following types: directory, URL, file. Поддерживает язык выражений: true (будет оцениваться только с использованием переменных среды) |
JNDI Principal | The Principal to use when authenticating with JNDI (java.naming.security.principal). Поддерживает язык выражений: true (будет оцениваться только с использованием переменных среды) |
JNDI Credentials | The Credentials to use when authenticating with JNDI (java.naming.security.credentials). Чувствительный параметр: true |