KB Article #177204
Problem with Tibco EMS authentication when sending JMS messages
Problem
A problem may exist when connecting to Tibco EMS if authentication is mandatory.
The login username and password may not be transmitted to Tibco from the external connection main settings while executing a Messaging System filter
Resolution
The following 3 JNDI properties in the JMS external connection configuration dialog will allow the Messaging Filter to send the credentials to Tibco for authentication.
java.naming.security.authentication=simple
java.naming.security.principal=login
java.naming.security.credentials=password