I will be opening a socket connection with digi device some thing like this:
Socket clientSocket = new Socket(IP address, port#); my application is going to act as a client sending commands to the digi device. Digi device in return will send my application a message that my application will put in the queue for further processing. Once data is in the queue I can route it using CAMEL, I understand that. What I am trying to find the how MINA component for CAMEL can be used in communicating with digi device and what is its significace. Please explain. The example that I have tried and mention above is good only if my application is a server but this is not the case, since I have to open the socket connection. -- View this message in context: http://camel.465427.n5.nabble.com/Remotely-pulling-messages-using-CAMEL-tp4971149p4992507.html Sent from the Camel - Users mailing list archive at Nabble.com.