[jboss-jira] [JBoss JIRA] (AS7-2269) HornetQ Restful inteface does not work when queues are configured in AS7 config files

Mitchell Ackerman (Created) (JIRA) jira-events at lists.jboss.org
Tue Oct 25 17:25:45 EDT 2011


HornetQ Restful inteface does not work when queues are configured in AS7 config files
-------------------------------------------------------------------------------------

                 Key: AS7-2269
                 URL: https://issues.jboss.org/browse/AS7-2269
             Project: Application Server 7
          Issue Type: Bug
          Components: JMS, REST
    Affects Versions: 7.0.2.Final
         Environment: Windows 7, Java 1.6.0_26, JBoss AS 7.0.2.Final, HornetQ 2.2.7, HornetQRest 2.2.6
            Reporter: Mitchell Ackerman
            Assignee: Clebert Suconic


When HornetQ queues are configured in AS7 config files (i.e., standalone.xml), The HornetQ Restful inteface does not work.  Upon examining the AS7 modules, the rest interface libraries are not even included, so it is not surprising that it does not work.  If the libraries are bundled with a webapp, REST still does not work.

The workaround I have is to remove HornetQ from the AS7 configuration, configure HornetQ using the standard HornetQ configuration files (hornetq-configuration.xml, hornetq-jms, ...), and bundle the HornetQ libraries with the webapp.  When doing that, however, the HornetQ queues/topics are not shown in the AS7 console JNDI.

As an example, you can use HornetQRestExamples/jms-to-rest, and change configuration of the queues to AS7, in which case REST will not work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list