Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-21049

Add "wildfly-messaging-activemq-deployment_1_0.xsd" to xml catalog

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Minor Minor
    • 4.3.1.Beta1, 4.4.0.Alpha1
    • 4.3.0.Final
    • server
    • None

      WildFly 10 introduced a new schema "wildfly-messaging-activemq-deployment_1_0.xsd" for configuration of e.g. an ActiveMQ queue as part of a deployable archive, e.g. an EAR file (a file with the extension "...-jms.xml").
      This schema file is missing in the XSD catalog.

      Here is a sample xml instance:

      <?xml version="1.0" encoding="UTF-8"?>
      <messaging-deployment xmlns="urn:jboss:messaging-activemq-deployment:1.0">
         <server>
            <jms-destinations>
               <jms-queue name="MessageBeanQueue">
                  <entry name="jms/queue/MessageBeanQueue"/>
               </jms-queue>
            </jms-destinations>
         </server>
      </messaging-deployment>
      

            rob.stryker Rob Stryker (Inactive)
            wolfgangknauf Wolfgang Knauf
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: