Search:

Type: Posts; User: thisisCP; Keyword(s):

Search: Search took 0.01 seconds.

  1. I figured it out. I forgot to add the...

    I figured it out.

    I forgot to add the default-reply-channel to my gateway.

    I'm now able to send a request and get a response back.

    Thanks for the help.
  2. That worked. From the logs, I can see the...

    That worked.

    From the logs, I can see the messages being correlated, and the transformer outputting the message that contains the credit report. But for some reason, it doesn't get sent to the...
  3. Thanks for the suggestion. I tried doing...

    Thanks for the suggestion. I tried doing something like that, but it wasn't working.

    So I went back to the tcp-multiplex example. I'm able to set the correlation_id in the headers for both the...
  4. I did look at the tcp multiplex example. But if...

    I did look at the tcp multiplex example. But if the correlation data is in different places in the request and response payloads, I don't know if that will work. Also, the method I use to send the...
  5. I think I understand. Using my config file, to...

    I think I understand.

    Using my config file, to accomplish what I want, I need to set the replyChannel of messages dropped onto the creditReport channel to the replyChannel of message dropped onto...
  6. But if I specify the default-reply-channel of the...

    But if I specify the default-reply-channel of the gateway to be the output-channel of the service-activator, shouldn't the framework do that for me?
  7. This is the error I get: [02-07-2013...

    This is the error I get:



    [02-07-2013 11:28:09,760] ERROR TcpNetConnection:155 Exception sending meeeage: [Payload=[B@69d02b][Headers={timestamp=1360254485026,...
  8. TCP receive message to different port than sent on

    I have an application in which I need to get a person's credit report by sending demographic information to a remote server and receiving the report from that server to a different port. For example,...
  9. That's what I needed to fix. I changed the...

    That's what I needed to fix.

    I changed the <service-activator/> to an <outbound-channel-adapter/> and the error's gone.

    Thanks for the help on this.

    If I could buy you a beer, I would..
  10. Okay, lets try this one: Here's the config: ...

    Okay, lets try this one:

    Here's the config:



    <!-- SERVER SIDE -->

    <bean id="byteArrayStxEtxSerializer"...
  11. Yes, it's annoying to me as well.I have the...

    Yes, it's annoying to me as well.I have the Enhanced Interface - Full WYSIWYG Editing option selected from Settings -> General Settings -> Miscellaneous Options for the forum settings, but all I get...
  12. Actually, I got the application to the point...

    Actually, I got the application to the point where it get the response message now (as seen in the DEBUG log) and where it also prints it to the console.I changed the config to this:
    ...
  13. Yes, the client side and server side are not...

    Yes, the client side and server side are not taking to each other, but a remote server. I'm running the application on my localhost, and have it configured such that the client side sends messages to...
  14. BTW, that last post was formatted, but for some...

    BTW, that last post was formatted, but for some reason, the Enhanced Interface - Full WYSIWYG Editing option isn't taking, so all I end up with is a plain text box with no formatting
  15. Sorry, I'm probably not using the correct...

    Sorry, I'm probably not using the correct terminology.By request, I meant a message sent to the initialRequest channel by
    requestHandler.send("Test message");and eventually out to the remote server...
  16. I decided to use adapters because the...

    I decided to use adapters because the request/response will be decoupled. We only need to send requests to the remote server. There will be no acknowledgement the request was received. The response...
  17. service-activator not getting message payload?

    I'm coding an application in which I need to send a request over a TCP socket and get a response back from a server asynchronously. With my current implimentation, I'm able to send the request. On...
Results 1 to 17 of 17