2 Replies Latest reply on Apr 14, 2004 8:24 PM by adrian.brock

    sljms into jboss repository

    ovidiu.feodorov

      Hi Ivelin, and all

      That's what I am doing in this very moment. I'll check what was formerly known as SLJMS 0.1.2 into the jms module later today or tomorrow.

      It is going to be org.jboss.messaging or org.jboss.jms? What is the difference? Could you please fill me in a little on the underlying history here?

      Ivelin Ivanov wrote:

      >Weren't we going to package this under org.jboss.messaging?
      >Would it be reasonable to figure out a transition plan so that there is
      >a single JMS module? I think Bela mentioned that the SLJMS architecture
      >will accommodate the full JMS spec. Will it then become JBossJMS for 4.0
      >and replace JBossMQ?
      >Hopefully we will meet in Austin in two weeks and resolve these
      >questions.
      >
      >Ivelin
      >
      >-----Original Message-----
      >From: Adrian Brock
      >Sent: Wednesday, April 14, 2004 12:26 PM
      >To: Ovidiu Feodorov
      >Subject: Re: sljms into jboss repository
      >
      >Also can you add some simple doco in a new section on the WIKI
      >http://www.jboss.org/wiki/Wiki.jsp
      >and start a discussion in the jms dev forum.
      >http://www.jboss.org/index.html?module=bb&op=viewforum&f=153
      >
      >
      >Regards,
      >Adrian
      >
      >On Wed, 2004-04-14 at 18:21, Ovidiu Feodorov wrote:
      >
      >>Hello all,
      >>
      >>I am ready to start importing sljms code into the jboss repository:
      >>
      >>- My intention is to create a separate top-level 'sljms' module.
      >>- The top package will be org.jboss.sljms.
      >>
      >>Please let me know if you have any objections.
      >>
      >>So far it depends only on jgroups and the logging libraries. It has to
      >>run in standalone mode as well as under JBoss, so far it only runs in
      >>standalone mode.
      >>
      >>Ovidiu
      >

        • 1. Re: sljms into jboss repository
          ivelin.ivanov

          Adrian is the JMS lead, so he knows best.
          Please ignore my email and follow the instructions in his email.

          Ivelin

          • 2. Re: sljms into jboss repository

            It should be in org.jboss.jms (it is a jms implementation).
            org.jboss.messaging is reserved for api independent stuff.

            The new implementation of "jms server" doesn't know anything about jms,
            that is a facade offered by the client. It could be dealing with any type of message
            e.g. jaxm, email, etc.
            Hence it will go in org.jboss.messaging.

            As a rough guide, if your code imports javax.jms it goes in org.jboss.jms

            Regards,
            Adrian