2 Replies Latest reply on Nov 19, 2008 1:22 AM by oichris

    Redeploy esb

      Dear All,

      I would like to ask if there is any quick way to redeploy an esb in jbossesb server?
      Since I have a sender to an external Queue using JMSRouter. But after the external Queue server went down and then up again, the connection is failed and thus the whole flow become dead.
      A workaround to us is to redeploy the .esb so that the connection could be reset. (Is there any better workaround ?)

      But actually there is nothing updated in the .esb. So is there any quick way or command to redeploy only a single esb file?

      Thanks a lot.

        • 1. Re: Redeploy esb
          beve

          Hi,

          A workaround to us is to redeploy the .esb so that the connection could be reset. (Is there any better workaround ?)

          There is a Jira for this issue here, https://jira.jboss.org/jira/browse/JBESB-2191. If you cannot wait for it you might want to implement a custom router that handles this properly.

          So is there any quick way or command to redeploy only a single esb file?

          If you "touch", that is use the touch command, the esb archive it will be redployed. Would that work in your case?

          Regards,

          /Daniel

          • 2. Re: Redeploy esb

            That is a good enought temporary solution.~

            Thank you very much.