Hi,
Finally i have the idea about this, please help.. I need your
suggestion or review..
- I have 50 beans (QBean) which every bean read the database, then
send the record data as an ISO message to the Transaction Manager
- Transaction manager ready with 70 sessions (70 thread), do the
switch process, then send the request to the host (simulator)
- And I have 1 channel out connected to the simulator (this simulator
have maxSessions 100)
(Simulator only receive the request, save to the database log and
then reply response with response code=00)
I think with this configuration I can adjust the load of the server..
Thx,