Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Getting original message back after service output

  1. #11
    Join Date
    Aug 2012
    Location
    London, UK
    Posts
    23

    Default

    OK I figured it out.

    I used the same ThreadExecutor for the int-amqp:inbound-channel-adapter to handle incoming job request and for the tasklet adapter itself. Would not be a problem however I set the queue on the TaskExecutor to 0 to prevent of building up any waiting jobs (the MQ is for that) and when the Job wanted to perform, and the thread pool had been exhausted, it probably rejected the incoming calls (but no rejection policy had been set). Do I understand that right?

  2. #12
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,040

    Default

    It's probably best for you to look at DEBUG logs to see what happened. I can't speculate.
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •