<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
javax.naming.NameNotFoundException: Name not found
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/sarraju">Rama Krishna Sarraju</a> in <i>JNDI and Naming</i> - <a href="http://community.jboss.org/message/539085#539085">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Hi ,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I have integrated JBoss 5.1.0-GA and Tibco EMS(Remote) on SSL as per the TibcoIntegration Document. After completing all the required configs, I am getting the following exception when I deploy my ear (which contains a MDB). </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>All the configuration is given below , can someone please tell me what is going wrong here:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><span style="font-size: 18pt;">Exception</span>:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><div id="_mcePaste">2010-04-22 13:14:48,574 INFO  [org.jboss.resource.adapter.jms.inflow.JmsActivation] (WorkManager(2)-2) Attempting to reconnect org.jboss.resource.adapter.jms.inflow.JmsActivationSpec@4b91e7(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter@1a6463c destination=myremote.queue.incoming destinationType=javax.jms.Queue tx=true durable=false reconnect=10 provider=java:/TibcoJMSProvider user=null maxMessages=1 minSession=1 maxSession=15 keepAlive=60000 useDLQ=false)</div><div id="_mcePaste">2010-04-22 13:14:48,677 ERROR [org.jboss.resource.adapter.jms.inflow.JmsActivation] (WorkManager(2)-2) Unable to reconnect org.jboss.resource.adapter.jms.inflow.JmsActivationSpec@4b91e7(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter@1a6463c destination=myremote.queue.incoming destinationType=javax.jms.Queue tx=true durable=false reconnect=10 provider=java:/TibcoJMSProvider user=null maxMessages=1 minSession=1 maxSession=15 keepAlive=60000 useDLQ=false)</div><div id="_mcePaste"><span style="color: #ff0000;">javax.naming.NameNotFoundException: Name not found: 'SSLXAQueueConnectionFactory'</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:736)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:516)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at javax.naming.InitialContext.lookup(InitialContext.java:392)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at org.jboss.util.naming.Util.lookup(Util.java:222)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at org.jboss.resource.adapter.jms.inflow.JmsActivation.setupQueueConnection(JmsActivation.java:525)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at org.jboss.resource.adapter.jms.inflow.JmsActivation.setupConnection(JmsActivation.java:506)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at org.jboss.resource.adapter.jms.inflow.JmsActivation.setup(JmsActivation.java:353)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at org.jboss.resource.adapter.jms.inflow.JmsActivation.handleFailure(JmsActivation.java:292)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at org.jboss.resource.adapter.jms.inflow.JmsActivation$SetupActivation.run(JmsActivation.java:733)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:205)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:260)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)</span></div><div id="_mcePaste"><span style="color: #ff0000;">        at java.lang.Thread.run(Thread.java:619)</span></div><div id="_mcePaste"> </div><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><strong style="font-size: 18pt; ">jboss/server/default/deploy/messaging/tibco-jms-ds.xml:</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><p><!-- =================== TIBCO EMS JMS provider loader ================== --></p><p> <connection-factories></p><p>  <mbean code="org.jboss.jms.jndi.JMSProviderLoader" name=":service=JMSProviderLoader,name=TibjmsProvider"></p><p>    <attribute name="ProviderName">TibcoJMSProvider</attribute></p><p>    <attribute name="ProviderAdapterClass">org.jboss.jms.jndi.JNDIProviderAdapter</attribute></p><p>    <attribute name="QueueFactoryRef">SSLXAQueueConnectionFactory</attribute></p><p>    <attribute name="TopicFactoryRef">XATopicConnectionFactory</attribute></p><p>    <attribute name="Properties"></p><p>       java.naming.factory.initial=com.tibco.tibjms.naming.TibjmsInitialContextFactory</p><p>       java.naming.provider.url=tibjmsnaming://tibco-ems-server:7222</p><p>       java.naming.factory.url.pkgs=com.tibco.tibjms.naming</p><p>    </attribute></p><p>    <!-- attribute name="ProviderUrl">tibjmsnaming://tibco-ems-server:7222</attribute --></p><p>  </mbean></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>  <!-- Redirect QueueConnectionFactory to TIBCO Enterprise Message Service --></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>  <mbean code="org.jboss.naming.NamingAlias" name="DefaultDomain:service=NamingAlias,fromName=SSLXAQueueConnectionFactory"></p><p>    <attribute name="ToName">tibjmsnaming://tibco-ems-server:7222/SSLXAQueueConnectionFactory</attribute></p><p>    <attribute name="FromName">SSLXAQueueConnectionFactory</attribute></p><p>  </mbean></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>  <mbean code="org.jboss.naming.NamingAlias" name="DefaultDomain:service=NamingAlias,fromName=ConnectionFactory"></p><p>    <attribute name="ToName">tibjmsnaming://tibco-ems-server:7222/SSLXAQueueConnectionFactory</attribute></p><p>    <attribute name="FromName">ConnectionFactory</attribute></p><p>  </mbean></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>  <tx-connection-factory></p><p>    <jndi-name>JmsXA</jndi-name></p><p>    <xa-transaction></xa-transaction></p><p>    <rar-name>jms-ra.rar</rar-name></p><p>    <connection-definition>org.jboss.resource.adapter.jms.JmsConnectionFactory</connection-definition></p><p>    <config-property name="SessionDefaultType" type="java.lang.String">javax.jms.Queue</config-property></p><p>    <config-property name="JmsProviderAdapterJNDI" type="java.lang.String">java:/TibcoJMSProvider</config-property></p><p>    <max-pool-size>20</max-pool-size></p><p>    <security-domain-and-application>JmsXARealm</security-domain-and-application></p><div><div><!--</div><div>        <config-property name="UserName" type="java.lang.String">user</config-property></div><div>        <config-property name="Password" type="java.lang.String">password</config-property></div><div>--></div><div>  </tx-connection-factory></div><div> </div><div></connection-factories></div><div> <!-- ==================================================================== --></div><div> </div></div></p><p><strong style="font-size: 18pt; ">jboss/server/default/conf/jndi.properties:</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><strong style="font-size: 18pt; "><p><span style="font-size: 10pt; font-weight: normal; ">java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory</span></p><p><span style="font-size: 10pt; font-weight: normal; ">java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces:com.tibco.tibjms.naming</span></p><p><span style="font-size: 10pt; font-weight: normal; ">com.tibco.tibjms.naming.security_protocol=ssl</span></p><p><span style="font-size: 10pt; font-weight: normal; ">com.tibco.tibjms.naming.ssl_enable_verify_host=false</span></p><p><span style="font-size: 10pt; font-weight: normal; ">com.tibco.tibjms.naming.ssl_enable_verify_host_name=false</span></p><p><span style="font-size: 10pt; font-weight: normal; ">com.tibco.tibjms.naming.ssl_vendor=j2se-default</span></p><p><span style="font-size: 10pt; font-weight: normal; ">com.tibco.tibjms.naming.ssl_trusted_certificate=my.pem</span></p><p><span style="font-size: 10pt; font-weight: normal; ">com.tibco.tibjms.naming.ssl_identity=my.p12</span></p><p><span style="font-size: 10pt; font-weight: normal; ">com.tibco.tibjms.naming.ssl_password=password</span></p><p><span style="font-size: 10pt; font-weight: normal; ">com.tibco.tibjms.naming.ssl_trace=false</span></p><p><span style="font-size: 10pt; font-weight: normal; ">com.tibco.tibjms.naming.ssl_debug_trace=false</span></p><p><span style="font-size: 12pt; font-weight: normal; "><br/></span></p><div>Annotations used in MDB:</div><div> </div><div><div><span style="font-size: 10pt; font-weight: normal; ">@MessageDriven(activationConfig =</span></div><div><span style="font-size: 10pt; font-weight: normal; ">{</span></div><div><span style="font-size: 10pt; font-weight: normal; ">@ActivationConfigProperty (propertyName="destinationType", propertyValue="javax.jms.Queue"),</span></div><div><span style="font-size: 10pt; font-weight: normal; ">@ActivationConfigProperty (propertyName="destination", propertyValue="myremote.queue.incoming"),</span></div><div><span style="font-size: 10pt; font-weight: normal; ">@ActivationConfigProperty (propertyName="useDLQ", propertyValue="false"),</span></div><div><span style="font-size: 10pt; font-weight: normal; ">@ActivationConfigProperty(</span></div><div><span style="font-size: 10pt; font-weight: normal; ">                    propertyName="providerAdapterJNDI",</span></div><div><span style="font-size: 10pt; font-weight: normal; ">                    propertyValue="java:/TibcoJMSProvider")</span></div><div><span style="font-size: 10pt; font-weight: normal; "><br/></span></div><div><span style="font-size: 10pt; font-weight: normal; ">})</span></div></div><div> </div><div>MDB/META-INF/jboss.xml:</div><div><div><span style="font-size: 10pt; font-weight: normal; "><?xml version="1.0" encoding="utf-8"?></span></div><div><span style="font-size: 10pt; font-weight: normal; "><span><jboss xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"  xsi:schemaLocation="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/javaee" target="_blank">http://java.sun.com/xml/ns/javaee</a></span></div><div><span style="font-size: 10pt; font-weight: normal; "><span>                            </span><a class="jive-link-external-small" href="http://www.jboss.org/j2ee/schema/jboss_5_0.xsd" target="_blank">http://www.jboss.org/j2ee/schema/jboss_5_0.xsd</a><span>" version="3.0"></span></span></div><div><span style="font-size: 10pt; font-weight: normal; "><resource-managers></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><resource-manager></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><res-name>queuefactoryref</res-name></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><res-jndi-name>java:/JmsXA</res-jndi-name></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "></resource-manager></span></div><div><span style="font-size: 10pt; font-weight: normal; "></resource-managers></span></div><div><span style="font-size: 10pt; font-weight: normal; "><enterprise-beans></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><message-driven></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><ejb-name>MyMDB</ejb-name></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><destination-jndi-name>myremote.queue.incoming</destination-jndi-name></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><resource-ref></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><res-ref-name>jms/QCF</res-ref-name></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><res-type>javax.jms.QueueConnectionFactory</res-type></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><resource-name>queuefactoryref</resource-name></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "></resource-ref></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "></message-driven></span></div><div><span style="font-size: 10pt; font-weight: normal; "></enterprise-beans></span></div><div><span style="font-size: 10pt; font-weight: normal; "></jboss></span></div></div><div> </div><div><strong style="font-size: 18pt; "><div>MDB/META-INF/ejb-jar.xml:</div></strong></div><div><div><span style="font-size: 10pt; font-weight: normal; "><?xml version="1.0" encoding="UTF-8"?></span></div><div><span style="font-size: 10pt; font-weight: normal; "><span><ejb-jar xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"   xsi:schemaLocation="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/javaee" target="_blank">http://java.sun.com/xml/ns/javaee</a></span></div><div><span style="font-size: 10pt; font-weight: normal; "><span>                            </span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd" target="_blank">http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd</a><span>"    version="3.0"></span></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><description>EJB Module</description></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><display-name>EJB Module</display-name></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><enterprise-beans></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><message-driven></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><ejb-name>MyMDB</ejb-name></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><message-destination-type>javax.jms.Queue</message-destination-type></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><message-destination-link>myremote.queue.incoming</message-destination-link></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><resource-ref></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><res-ref-name>jms/QCF</res-ref-name></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><res-type>javax.jms.QueueConnectionFactory</res-type></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><resource-name>queuefactoryref</resource-name></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "></resource-ref></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; ">                <resource-env-ref></span></div><div><span style="font-size: 10pt; font-weight: normal; ">                        </span><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><resource-env-ref-name>myremote.queue.incoming</resource-env-ref-name></span></div><div><span style="font-size: 10pt; font-weight: normal; ">                        </span><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><resource-env-ref-type>javax.jms.Queue</resource-env-ref-type></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; ">                </resource-env-ref></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "></message-driven></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "></enterprise-beans></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "><assembly-descriptor></span></div><div><span style="font-size: 10pt; font-weight: normal; "> </span><span style="font-size: 10pt; font-weight: normal; "></assembly-descriptor></span></div><div><span style="font-size: 10pt; font-weight: normal; "></ejb-jar></span></div><div> </div><div>jboss/server/default/conf/standardjboss.xml:</div><div> </div><div><span style="font-size: 10pt; font-weight: normal; "><strong style="font-size: 18pt; "><div><div><div><span style="font-weight: normal;">    <invoker-proxy-binding></span></div><div><span style="font-weight: normal;">      <name>message-driven-bean</name></span></div><div><span style="font-weight: normal;">      <invoker-mbean>default</invoker-mbean></span></div><div><span style="font-weight: normal;">      <proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory></span></div><div><span style="font-weight: normal;">      <proxy-factory-config></span></div><div><span style="font-weight: normal;">        <JMSProviderAdapterJNDI>TibcoJMSProvider</JMSProviderAdapterJNDI></span></div><div><span style="font-weight: normal;">        <ServerSessionPoolFactoryJNDI>StdJMSPool</ServerSessionPoolFactoryJNDI></span></div><div><span style="font-weight: normal;">        <CreateJBossMQDestination>false</CreateJBossMQDestination></span></div><div><span style="font-weight: normal;">        <!-- WARN: Don't set this to zero until a bug in the pooled executor is fixed --></span></div><div><span style="font-weight: normal;">        <MinimumSize>1</MinimumSize></span></div><div><span style="font-weight: normal;">        <MaximumSize>15</MaximumSize></span></div><div><span style="font-weight: normal;">        <KeepAliveMillis>30000</KeepAliveMillis></span></div><div><span style="font-weight: normal;">        <MaxMessages>1</MaxMessages></span></div><div><span style="font-weight: normal;">      </proxy-factory-config></span></div><div><span style="font-weight: normal;">    </invoker-proxy-binding></span></div><div><span style="font-weight: normal;"><br/></span></div><div><div><span style="font-weight: normal;">    <invoker-proxy-binding></span></div><div><span style="font-weight: normal;">      <name>message-driven-bean</name></span></div><div><span style="font-weight: normal;">      <invoker-mbean>default</invoker-mbean></span></div><div><span style="font-weight: normal;">      <proxy-factory>org.jboss.ejb.plugins.inflow.JBossJMSMessageEndpointFactory</proxy-factory></span></div><div><span style="font-weight: normal;">      <proxy-factory-config></span></div><div><span style="font-weight: normal;">        <activation-config></span></div><div><span style="font-weight: normal;">           <activation-config-property></span></div><div><span style="font-weight: normal;">              <activation-config-property-name>providerAdapterJNDI</activation-config-property-name></span></div><div><span style="font-weight: normal;">              <activation-config-property-value>TibcoJMSProvider</activation-config-property-value></span></div><div><span style="font-weight: normal;">.......</span></div></div><div><span style="font-weight: normal;"><br/></span></div><div><div><span style="font-weight: normal;">    <invoker-proxy-binding></span></div><div><span style="font-weight: normal;">      <name>singleton-message-driven-bean</name></span></div><div><span style="font-weight: normal;">      <invoker-mbean>default</invoker-mbean></span></div><div><span style="font-weight: normal;">      <proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory></span></div><div><span style="font-weight: normal;">      <proxy-factory-config></span></div><div><span style="font-weight: normal;">        <JMSProviderAdapterJNDI>TibcoJMSProvider</JMSProviderAdapterJNDI></span></div><div><span style="font-weight: normal;">        <ServerSessionPoolFactoryJNDI>StdJMSPool</ServerSessionPoolFactoryJNDI></span></div><div><span style="font-weight: normal;">        <CreateJBossMQDestination>false</CreateJBossMQDestination></span></div><div><span style="font-weight: normal;">        <!-- WARN: Don't set this to zero until a bug in the pooled executor is fixed --></span></div><div><span style="font-weight: normal;">        <MinimumSize>1</MinimumSize></span></div><div><span style="font-weight: normal;">        <MaximumSize>1</MaximumSize></span></div><div><span style="font-weight: normal;">        <KeepAliveMillis>30000</KeepAliveMillis></span></div><div><span style="font-weight: normal;">        <MaxMessages>1</MaxMessages></span></div><div><span style="font-weight: normal;">      </proxy-factory-config></span></div><div><span style="font-weight: normal;">    </invoker-proxy-binding></span></div></div><div><span style="font-weight: normal;"><br/></span></div><div><div><span style="font-weight: normal;">    <invoker-proxy-binding></span></div><div><span style="font-weight: normal;">      <name>jms-message-inflow-driven-bean</name></span></div><div><span style="font-weight: normal;">      <invoker-mbean>default</invoker-mbean></span></div><div><span style="font-weight: normal;">      <proxy-factory>org.jboss.ejb.plugins.inflow.JBossJMSMessageEndpointFactory</proxy-factory></span></div><div><span style="font-weight: normal;">      <proxy-factory-config></span></div><div><span style="font-weight: normal;">        <activation-config></span></div><div><span style="font-weight: normal;">           <activation-config-property></span></div><div><span style="font-weight: normal;">              <activation-config-property-name>providerAdapterJNDI</activation-config-property-name></span></div><div><span style="font-weight: normal;">              <activation-config-property-value>TibcoJMSProvider</activation-config-property-value></span></div><div><span style="font-weight: normal;">           </activation-config-property></span></div><div><span style="font-weight: normal;">.....</span></div></div><div> </div></div></div></strong></span></div></div></strong></p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/539085#539085">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JNDI and Naming at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>