1 Reply Latest reply on Jul 16, 2013 3:34 AM by ataylor

    HornetQ meets the specifications of javaee ?

    zhongcy

      Hi everyone,

       

       

           Recently,  i use the Javaee CTS and GlassFish to test that whether the HornetQ meets the specifications of javaee.

          

           But in the deployment of the GlassFish, i find that HornetQQueue and HornetQTopic must need a No-Arg Constructor,  and also need a setName(String name) function to set the Queue name or Topic name.  

          

           Now  i modified it,  so  the  Javaee CTS  can  passed.

       

           So  i think we should modify it.