1 Reply Latest reply on Mar 13, 2006 11:46 AM by genman

    Programatically creating destinations that persists inbetwee

    nealang

      Hi All,

      Havent been able to find anything related to this, thus posting this question here:

      We would like to create JMS destinations programatically from our applications
      that can be persisted in between server restarts and reused.

      So far we have been able to get the DestinationManager as an MBeanServer and create our Queues programatically, but the new queues are lost when the server is restarted. We are using JBoss 4.0.2 AS.

      How can we get the JBoss JMS provider to remember the newly created queues?

      Thank you in advance!