2 Replies Latest reply on Oct 7, 2008 9:43 AM by hiningenteki

    Dynamic topics?

      Hi all,

      I'd like to know if it's possible to dynamically create topics with JBoss ESB, that is, to avoid - or minimise - using of configuration files.

      Thanks in advance. :)

        • 1. Re: Dynamic topics?
          burrsutter

          I think this is really more of a question for JBoss Messaging which is managing those topics. I believe they do have an API/MBean combination that will allow you to programmatically create queues and topics.

          Or is your goal to simply eliminate the need for jbm-queue-service.xml?

          • 2. Re: Dynamic topics?

            Well, not exactly. I only want to create dynamic topics, i. e., those that are not hard-coded in xml configuration files. Whether or not jbm-queue-service.xml partakes doesn't matter.

            Anyway, thanks for the suggestion. :)