Trying an R&D, we need to create a socket client in web application (Jboss 4.2) am completely blank. Need you help in the following queries
A) To create socket client shall we use Jboss JMS (queue/PTP) functionality,
1) Is it good concept?
2) What are the steps for configuring the Queue details & where to set the connection details (host address, timeout is there any pooling size option).
3) Based on the above how do we handle the response from Socket server (Asynchronus & what would be the clustering effect).
B) Or is there any other way to configure socket using mbean, if so where can I refer the same for Jboss 4.2.
Tried my best to explain what is there in my mind.