Hey guys
I've been reading up on the Channel Writer in the forums but the information is limited. What does its exactly do? It seems that it can redirect the response of the channel to another channel by modifying the response map. I guess my question is how do I do that?
This is my setup....
1st channel
LLP listener ---> Database Writer
2nd channel
Database writer ---> Channel Writer set to None(I think it should be)
So I need to send the response of the 2nd channel to the same socket that the LLP connection in the first channel is listening to, even if its via a Custom ACK. I read post about Custom ACKs but those are done on the same Channel the listening is done.
Thanks guys
I've been reading up on the Channel Writer in the forums but the information is limited. What does its exactly do? It seems that it can redirect the response of the channel to another channel by modifying the response map. I guess my question is how do I do that?
This is my setup....
1st channel
LLP listener ---> Database Writer
2nd channel
Database writer ---> Channel Writer set to None(I think it should be)
So I need to send the response of the 2nd channel to the same socket that the LLP connection in the first channel is listening to, even if its via a Custom ACK. I read post about Custom ACKs but those are done on the same Channel the listening is done.
Thanks guys
Comment