3 Replies Latest reply on Aug 13, 2013 8:52 AM by prashanthvuthuru

    JBoss 6 m5 hornetq-jms.xml

    prashanthvuthuru

      Hello Everybody am stranger to community.jboss.org

       

       

      Till now i didnt complete answer from this site.I Got two replies from the Site when ever i posted and they are  answered  ok fine i satisfied little bit but i didnt get proper solution.Those people who gave the reply to me till now they didnt give any reply.

       

       

      Please try to undersatnad provide the solution to my problem.

       

       

      <configuration xmlns="urn:hornetq"

                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

                  xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd">

       

       

         <connection-factory name="NettyConnectionFactory">

            <connectors>

               <connector-ref connector-name="netty"/>

            </connectors>

            <entries>

               <entry name="/ConnectionFactory"/>

               <entry name="/XAConnectionFactory"/>

            </entries>

         </connection-factory>

        

         <connection-factory name="NettyThroughputConnectionFactory">

                   <connectors>

               <connector-ref connector-name="netty-throughput"/>

                   </connectors>

                          <entries>

                                    <entry name="/ThroughputConnectionFactory"/>

                                    <entry name="/XAThroughputConnectionFactory"/>

                          </entries>

                </connection-factory>

        

         <connection-factory name="InVMConnectionFactory">

            <connectors>

               <connector-ref connector-name="in-vm"/>

            </connectors>

            <entries>

               <entry name="java:/ConnectionFactory"/>

               <entry name="java:/XAConnectionFactory"/>

            </entries>

         </connection-factory>

        

         <queue name="DLQ">

            <entry name="/queue/DLQ"/>

         </queue>

        

         <queue name="ExpiryQueue">

            <entry name="/queue/ExpiryQueue"/>

         </queue>

       

       

      </configuration>

       

       

      this is the content available in hornetq-jms.xml.What changes are required in this file if we are using in jboss6 m5 please kindly am asking to every one provide the solution to my problem....Thank you in advance!!!!

        • 1. Re: JBoss 6 m5 hornetq-jms.xml
          jaikiran

          What problems are you running into with that file?

          • 2. Re: JBoss 6 m5 hornetq-jms.xml
            prashanthvuthuru

            Hai jaiKiran TanQ For Giving Reply.I Will Ask My Doubts Regarding hornetq-jms.xml  at later point of time but Could you solve my problem????

             

             

             

            After Migrating from jboss 3.2 to jboss 6 While Starting it self am getting this error on console.

             

            Failed to boot JBoss:

            java.lang.ClassNotFoundException: org.jboss.system.server.ServerImpl

                    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

                    at java.security.AccessController.doPrivileged(Native Method)

                    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

                    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

                    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

                    at org.jboss.system.server.ServerLoader.createServer(ServerLoader.java:2

            83)

                    at org.jboss.system.server.ServerLoader.load(ServerLoader.java:265)

                    at org.jboss.Main.boot(Main.java:195)

                    at org.jboss.Main$1.run(Main.java:459)

                    at java.lang.Thread.run(Thread.java:662)

            Press any key to continue . . .

             

             

            What Changes I Should Made?

            • 3. Re: JBoss 6 m5 hornetq-jms.xml
              prashanthvuthuru

              Could You Tell me LogFile Structure In Jboss 6 ?????????????