1 Reply Latest reply on Oct 20, 2008 5:56 AM by tfennelly

    JBOSS Remoting Gateway Listener

    rupalif

      Hello,

      How much time does JBOSS Remoting Gateway Listener waits for synchronous response?
      JBR Listener delivers request to Action class which needs to wait for some time and then respond.

      I tried using this and got exception as "iFailed to deliver message".
      Can I increase this time somewhere?

      Regards,
      Rupali

        • 1. Re: JBOSS Remoting Gateway Listener
          tfennelly

          Hi Rupali.

          Sorry, but this is currently not configurable. The timeout is fixed at 20 seconds. I added a feature JIRA to make this configurable (JBESB-2132).

          If you're timing out on 20 seconds, you should probably be looking for a async solution (if possible).