Results 1 to 6 of 6

Thread: I get only the first message over the httpinvoker

  1. #1
    Join Date
    Jul 2008
    Posts
    5

    Unhappy I get only the first message over the httpinvoker

    Hello

    I created a little sample with httpinvoker-target and httpinvoker-source:

    Code and Log is in the attachment

    The mapping is not the problem, that seems to work.

    I get one message from the first call of the website, but on each additional call nothing happens

    Regards Pascal Nueesch
    Attached Files Attached Files

  2. #2
    Join Date
    Aug 2008
    Posts
    15

    Default

    Hi,

    I have the same problem with RMI. Only the first call is received. After that, the receiver app seems to block, and the caller is waiting. If I stop the receiver, the caller restart processing, but of course, the receiver is know unavailable.

    Did you find a solution to your problem ?

  3. #3
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    Is the calling application expecting a reply, or should it simply send the message and return immediately?

    If the latter, then you can set: expect-reply="false" in the gateway configuration.

  4. #4
    Join Date
    Jul 2008
    Posts
    12

    Default

    Hi,

    I'm having the exact same problem with a httpinvoker setup - first call goes through, the additional calls simply dont - did any of you guys find solutions or clues about the problem?

  5. #5
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    Are you still having this problem after setting "expect-reply" to "false" ?

  6. #6
    Join Date
    Jul 2008
    Posts
    12

    Default

    hey mark,

    thanks for replying so fast, i'm not actually using spring integration, just a straight httpinoker setup so i don't think the expect-reply solution is relavent for me, i just searched httpinvoker on the forums and got trigger happy!

    that IS my problem though, any crazy chance you'd know why it's occuring? i'm off to bother the correct forum now....

Tags for this Thread

Posting Permissions

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