1 Reply Latest reply on Aug 18, 2014 4:49 AM by jmesnil

    How to see JMS Destinations in JBoss 6.2 EAP Admin Console

    davidj

      Hi,

      I'm creating a JMS queue thru the use of a "-jms.xml" file.  For example, I have a file called "itrac-jms.xml" which looks like this:

       

      <?xml version="1.0" encoding="UTF-8"?>

      <messaging-deployment xmlns="urn:jboss:messaging-deployment:1.0">

          <hornetq-server>

              <jms-destinations>

                  <jms-queue name="iTracAuditQueue">

                      <entry name="java:global/jms/iTracAuditQueue"/>

                  </jms-queue>

              </jms-destinations>

          </hornetq-server>

      </messaging-deployment>

       

      I then deploy this file thru the admin console (just like you would do for a WAR file).  This part works fine as shown below:

      jmsXml.JPG

       

      Everything works well, but the problem is: I'm unable to see this queue in the Admin console.  Shown below is where I'm expecting to see my queue:

      expectToSeeJms.JPG

      My queue does show-up in the CLI.

       

      Any ideas?

       

      Thanks,

       

      David