3 Replies Latest reply on Feb 19, 2004 9:26 PM by sportsbaby1980

    Help on JMS for JBOSS

    sonyia

      Hi all,
      I have implemented a JMS enabled program in J2EE already.I have to run the corresponding JMS program in JBOSS.I have a program in a file 'f'which accepts the QueueConnectionFactory,Queuename from a config directory in the same file 'f'.
      I have no clue as to what changes i need to incorporate for JBOSS.I know that i add topic and queue via the J2EEadmin -addListFactory command for J2EE and was wondering if there is an equivalient command for JBOSS too..

      Any help is appreciated

        • 1. Re: Help on JMS for JBOSS
          darranl

          Chapter 5 of the quick start guide covers JMS configuration and message driven beans.

          • 2. Re: Help on JMS for JBOSS
            npdavis

             

            "darranl" wrote:
            Chapter 5 of the quick start guide covers JMS configuration and message driven beans.


            Know where to find an example (XML files, and code) of how to set up an MDB on MACHINE_A running JBoss 3.2.x to connect to a queue on MACHINE_B running JBoss 3.2.x, through a firewall?

            I found something in the JMS forum on this, but the XML was eaten because the guy didn't "code" it.

            I have a working MDB, I just need to make it connect to a Queue over the wire using some firewall friendly way.

            I have been googling for most of the day and haven't found anything useful.

            Any help would be appreciated.

            l8,
            npdavis

            • 3. Re: Help on JMS for JBOSS

              I encouter a new problem now.
              I don't know how to create or get one ConnectionFactory with Jss?
              Using SUN's J2EESDK1.3,I can create connectionFactory like this:
              j2eeadmin -addJmsFactory jndi_name queue
              j2eeadmin -addJmsFactory jndi_name topic
              waiting...