0 Replies Latest reply on Aug 21, 2005 9:07 PM by amousavizadegan

    JBOSS socketchannel

    amousavizadegan

      Where can I find instruction and an example on how to use socket channel MBean to setup a triggered MBean or a container managed bean ? I am modeling a process which I thing I will be able to do this within JBOSS application server, I am doing this in CICS via "C" code and IBM TCP/IP socket adaptor.

      Here is my model :

      Inbound socket call --> JBOSS socket channel --> activates a Bean -->
      Bean send message to legacy application via WMQ inbound Q ---> legacy application returns data via WMQ reply Q--> which will be picked up by the bean ( may be a MDB) -> and send out via socket as outbound call --> repeat this process for next incoming socket call.

      any help would be nice.