3 Replies Latest reply on May 15, 2003 3:14 PM by bctboss

    Configure IL JMS is using

    frito

      Hi,

      where can I specify the IL JMS (or JBossMQ) uses for sending and receiving messages?
      I am using JBoss 3.2 RC4 for now, waiting for the stable 3.2 ;-)

      Greetings,

      Frito

        • 1. Re: Configure IL JMS is using

          DefaultJMSProvider in jboss.xml

          This default is configured in jms-service.xml or
          jms-ds.xml
          Here can specify the jndi names and
          provider urls.

          e.g.

          <!-- Remote using OIL -->

          jnp://somehost:1099
          RemoteOILProvider

          org.jboss.jms.jndi.JBossMQProvider

          XAConnectionFactory
          XAConnectionFactory


          Regards,
          Adrian

          • 2. Re: Configure IL JMS is using

            Sending is up to you. You are just a JMS client.

            Regards,
            Adrian

            • 3. Re: Configure IL JMS is using
              bctboss

              Can someone post a complete example using an MDB (in JBoss 3.2.1) listening to an external JMS provider (and not just a remote JBossMQ, but any provider like webMethods). There are pieces and parts posted all over the forums, but its difficult to see how they all fit together. Thanks.