2 Replies Latest reply on Mar 14, 2011 2:49 PM by miguel.anselmo

    Notifier config URI runtime

    miguel.anselmo

      Hi,

      I’m working JBoss ESB v4.9, and i like do know if it’s possible at runtime to give the URIfor an Notifier (e.g. NotifyFiles)

      Thanks forany help

      Miguel

        • 1. Notifier config URI runtime
          tcunning

          I don't believe you can do that at runtime using NotifyFiles, but you could write your own Notifier which did that, taking the URI from the message itself.

           

          The quickstart has an example of how to specify it at build-time, if that helps at all.

          • 2. Notifier config URI runtime
            miguel.anselmo

            Tom,

            thanks for your reply.

            I managed to resolve theproblem by making my own NotifyFile (and others), by extending from NotifyFileand override the function that config the URI.