2 Replies Latest reply on Apr 3, 2008 5:23 AM by puneetjain

    Help needed in configuration of http action service

      Hi,

      I am new with JBossesb. I have to write a sample application of JBossESB which have a http EPR and route the request to a http URL.

      Question1:
      =======
      Does JBoss ESB support http tranport?

      Question2:
      =======
      How can I configure to redirect a request to a http page using JBossESB.

      Please provide me some hints or links to configure such a sample.

      Any reply will be appreciated as I need it ASAP.

      Thanks in advanced.

      Thanks,
      Puneet

        • 1. Re: Help needed in configuration of http action service
          kconner

          Can you expand on your requirements?

          We support http transport through JBoss Remoting (see the jbr-provider), this may suit your requirements.

          What do you mean by

          'puneetjain' wrote:
          How can I configure to redirect a request to a http page using JBossESB


          • 2. Re: Help needed in configuration of http action service

            Hi,

            Thanks for your reply.

            My requirement is to configure a http EPR and route my request to a another http Page.

            As per my understanding any ESB have one or more inbound endpoints to take input and one or more outbound endpoints to send the response or to call other component (i.e. the request may be routed from one inbound endpoint to a outbound endpoint).

            Similarly, I need to wrtie a sample application in JBoss ESB that will have a http inbound endpoint that can be implemented using jbr-provider.

            The service action which corresponds to this jbr-provider should make a http request to a web page.

            Simply, we need that our JBossESB Application sample should work as a bridge for web application.

            I need your valuable help to write the configuration and action for such a service.

            Any reply will be appreciated. Please give me some pointer to resolve this problem.

            Thanks,
            Puneet Jain