4 Replies Latest reply on Mar 19, 2007 1:47 PM by kurtstam

    How can I not to use StandAloneBootStrapper class?

    gloomy

      1) I'm need to integrate two different instance of JBoss ESB with each other. I'm trying to develop my own ESB receiver. How can I create such a receiver, that can be configured in order to use two different servers in the same time?
      2) I'm see such a code in mentioned class (line 111 - 114)

      // TODO hardwired names?
      String listenerConfig = "jbossesb-listener.xml";
      String gatewayConfig = "jbossesb-gateway.xml";
      

      Can I configure my listener using files with other (any suitable for me) name?