0 Replies Latest reply on Dec 19, 2011 4:46 AM by maniv

    jms-jca-provider name="JBossMessaging" connection-factory="XAConnectionFactory

    maniv

      Hi,

       

      If anyone suceed similar below configuration with remote jndi-URL[jn://<remote_messaging_server_ip>:<remote_messaging_server_port>] and able to get transaction as "ClENT_ACKNOWLEDGE" ...

       

      Please let me know the same...........

       

      ------------------------

      <providers>
      <jms-jca-provider name="JBossMessaging" connection-factory="XAConnectionFactory"
      jndi-URL="jnp://127.0.0.1:1099" jndi-context-factory="org.jnp.interfaces.NamingContextFactory"
      jndi-pkg-prefix="org.jboss.naming:org.jnp.interfaces">

      <jms-bus busid="quickstartGwChannel">
      <jms-message-filter
      dest-type="QUEUE"
      dest-name="queue/quickstart_jms_transacted_Request_gw"
      transacted="true"
      />
      </jms-bus>
      <jms-bus busid="quickstartEsbChannel">
      <jms-message-filter
      dest-type="QUEUE"
      dest-name="queue/quickstart_jms_transacted_Request_esb"
      transacted="true"
      />
      </jms-bus>
      <activation-config>
      <!-- The maximum number of times a message is redelivered before it is sent to the DLQ -->
      <property name="dLQMaxResent" value="5"/>
      </activation-config>

      </jms-jca-provider>
      </providers>


      --------------------------------

       

      using any like standalone or soa server environment :

      JBoss [SOA] 5.0.2.GA_SOA

      5.0.2.GA_SOA_STANDALONE