5 Replies Latest reply on Apr 11, 2014 1:51 PM by jbertram

    Server JavaDocs?

    ctoo

      Where can I find the server JavaDocs?  I can't find them under HornetQ Server 2.4.0.Final API nor Index of /hornetq/2.4.0.Final/docs/api . I'm looking at embedding the server so was specifically looking for the JavaDoc for org.hornetq.core.server.embedded.EmbeddedHornetQ .

       

      thx,

      Chris

        • 1. Re: Server JavaDocs?
          jbertram

          There's no published JavaDoc for org.hornetq.core.server.embedded.EmbeddedHornetQ.  Try looking at the embedded example shipped with HornetQ.  That should get you going in the right direction.

          • 2. Re: Server JavaDocs?
            ctoo

            Thanks Justin, will do.  Just curious, why don't you guys publish the server JavaDocs?

            • 3. Re: Server JavaDocs?
              jbertram

              Just curious, why don't you guys publish the server JavaDocs?

              We do.  It's just that everything in org.hornetq.core is excluded.  See here.  Frankly, it's not clear to me why that package is excluded.  I'll look into it.

              • 4. Re: Server JavaDocs?
                ctoo

                It'd be great it you could remove that exclusion so those get published.

                 

                In looking at the code of the embedded example, there are numerous classes/interfaces being used there whose docs are similarly excluded so it's hard to see e.g. what the other config. options are, etc.:

                 

                import org.hornetq.core.config.Configuration;

                import org.hornetq.core.config.impl.ConfigurationImpl;

                import org.hornetq.core.remoting.impl.invm.InVMAcceptorFactory;

                import org.hornetq.core.remoting.impl.invm.InVMConnectorFactory;

                import org.hornetq.core.server.HornetQServer;

                import org.hornetq.core.server.HornetQServers;

                • 5. Re: Server JavaDocs?
                  jbertram

                  If you're using a decent IDE and you've got your Maven project set up appropriately you should be able to see the JavaDocs directly in your IDE.  There shouldn't be a need to switch to your browser to read it.