1 Reply Latest reply on Aug 8, 2002 11:19 PM by winghoe

    queues/topics in 3.0.1

    garyg

      I'm stepping up from 2.4.4 to 3.0.1 and can't find anywhere's about how queues and topics are config'd. I'm making changes in the ~/default/deploy/jbossmq-service.xml file, but seeing lots of errors.

      Any help much appreciated

        • 1. Re: queues/topics in 3.0.1
          winghoe

          Hi,
          Take a look at the file jbossmq-destinations-service.xml. That's where you can configure your queues and topics.

          Alternatively, you can create another xml file, say using my-queues-service.xml, using jbossmq-destinations-service.xml as an example.

          So, inside the file, my-queues-service.xml it contains something like:

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



          <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager



          You can add as many xml files as you like, JBoss will read them and deploy them.

          Wing Hoe