2 Replies Latest reply on May 15, 2003 1:08 AM by trugbild

    Dynamic Queues

    trugbild

      Now I read a lot about creating queues dynamically... but I still haven't find out if it is possbile, to make such a queue durable.
      What happens, if the server shuts down while there are still undelivered messages in the queue?
      And is it possible to create a queue dynamically, which will be available in every future server startup?
      (i'm using jboss 3.2)

        • 1. Re: Dynamic Queues

          The only way to do this currently is to create the
          queue by writing an xml file into the deploy directory.

          A better solution might be to include the queue
          configuration in your application deployment.
          Either as a SAR or myqueues-service.xml

          Regards,
          Adrian

          • 2. Re: Dynamic Queues
            trugbild

            Thank you very much for your answer, Adrian!