Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-2135 camel-jetty producer supporting async request/reply (non blocking)
  3. CAMEL-2151

Introduce asyncTo in the DSL to support non blocking request/reply conversations

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.1.0
    • camel-core
    • None

    Description

      I guess a good and nice solution is to introduce a new variation of the to DSL for using async non blocking request / reply.

      The problem if we just use to and have a special flag on the endpoint then its the Producer which needs to be handling the non blocking stuff and which is a bit more trickier to do than let it be a core part of the EIP processors in camel core. Then they will be able to setup a thread pool for the reply consumers and be able to continue routing where the original exchange left.

      As this is a generic solution it can help implement non blocking for other Camel components such as mina.

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              davsclaus Claus Ibsen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: