Hi All,
I still have this problem where I cannot send urgent data packets.
In my Gateway application, I basically proxy between legacy applications and
a mainframe.
These legacy applications send urgent data packets for which mainframe sends
a  response and 
they use as their sync mechanism.
I cannot use SocketConnector as it does not implement raw Java sockets.
There is a defect opened in this regard.

I am trying to find any work around for this solution.

How can I combine raw socket with IOHandler.
Can I open the socket when the session is opened and store in the session as
attachment and
write to that socket.
and then immediately wait for any response from the socket inputstream and 
wrap it as bytebuffer and write it to session?

is this a good approach?
Any ideas

thanks
minatds


-- 
View this message in context: 
http://www.nabble.com/Urgent-data-packet-tf4808974s16868.html#a13759567
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to