Tanush
Hello all, I have created an adapter which accepts user name and creates subscription item, later it receives messages from client and sends updates accordingly. Now when i connect multiple java se clients to the adapter only the first one receives updates while other clients get connected to the adapter though they dont receive updates from the adapter. This is not the case in javascript client, multiple javascript clients are receiving updates.
I am using COMMAND mode and extended table in java se client. I tried using polling and streaming still no help. Is there anything i am missing or any special configurations required in java se client which the javascript provides by default.
Please help me.