Skip to main content

JndiJmsConnectionFactoryProvider

Описание

Предоставляет сервис для поиска существующей фабрики соединений JMS с помощью Java Naming and Directory Interface (JNDI).

Теги

jms, jndi, messaging, integration, queue, topic, publish, subscribe

Свойства

НазваниеОписание
JNDI Initial Context Factory ClassThe fully qualified class name of the JNDI Initial Context Factory Class (java.naming.factory.initial). Поддерживает язык выражений: true (будет оцениваться только с использованием переменных среды)
JNDI Provider URLThe 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 FactoryThe name of the JNDI Object to lookup for the Connection Factory. Поддерживает язык выражений: true (будет оцениваться только с использованием переменных среды)
JNDI / JMS Client LibrariesSpecifies 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 PrincipalThe Principal to use when authenticating with JNDI (java.naming.security.principal). Поддерживает язык выражений: true (будет оцениваться только с использованием переменных среды)
JNDI CredentialsThe Credentials to use when authenticating with JNDI (java.naming.security.credentials). Чувствительный параметр: true