About Caching for the JMS Transport

JMS Receiver connections are cached in Siebel CRM. JNDI objects are also cached for performance and reliability. Caching eliminates the JNDI service as a point of failure.

JNDI object caching is active by default. To turn off caching (that is, to force JNDI lookup every time), use the DisableJNDIObjectCache business service method argument for any EAI JMS Transport business service method (operation). When DisableJNDIObjectCache is set to true, JNDI objects are not cached.