JNDI 연결 계정을 변경할 때 tibco-jms-ds.xml 파일에서 계정을 변경합니다.
tibco-jms-ds.xml 파일에서 계정을 변경하려면
JBoss_home/server/default/deploy/jms
java.naming.security.principal=
dP: tibco-jms-ds.xml 파일
이 tibco-jms-ds.xml 파일 조각은 변경된 JNDI 연결 계정을 보여 줍니다. 계정 이름은 'example'로 명명됩니다.
<!-- The JMS provider loader --> <mbean code="org.jboss.jms.jndi.JMSProviderLoader" name=":service=JMSProviderLoader,name=TibjmsProvider"> <attribute name="ProviderName">TIBCOJMSProvider</attribute> <attribute name="ProviderAdapterClass"> org.jboss.jms.jndi.JNDIProviderAdapter</attribute> <attribute name="FactoryRef">SSLXAQueueConnectionFactory</attribute> <attribute name="QueueFactoryRef">SSLXAQueueConnectionFactory</attribute> <attribute name="TopicFactoryRef">SSLXATopicConnectionFactory</attribute> <attribute name="Properties"> java.naming.security.principal=example java.naming.factory.initial=com.tibco.tibjms.naming.TibjmsInitialContextFactory java.naming.provider.url=tibjmsnaming://localhost:7243 java.naming.factory.url.pkgs=com.tibco.tibjms.naming com.tibco.tibjms.naming.security_protocol=ssl com.tibco.tibjms.naming.ssl_enable_verify_host=false </attribute> </mbean>
|
Copyright © 2013 CA.
All rights reserved.
|
|