Hi,
here is the debug code you requested:
First, my use case scenario is: I open a web page which subscribes to item54.

In the lightstreamer server:
31.Aug.09 13:31:05,288 < INFO> Serving request: /lightstreamer/create_session.js?LS_phase=2002&LS_domain=sofiamn& LS_polling=true&LS_polling_millis=0&LS_idle_millis =30000&LS_client_version=4.3&LS_adapter=CLAIRE& from 192.168.2.105:46247
31.Aug.09 13:31:05,289 < INFO> Starting new session: S69b304075d4a99d8T3105288 from 192.168.2.105:46247
31.Aug.09 13:31:05,341 < INFO> Serving request: /lightstreamer/control.html?LS_session=S69b304075d4a99d8T3105288& LS_window=1&LS_win_phase=4&LS_op=add&LS_req_phase= 56&LS_mode1=DISTINCT&LS_id1=item54&LS_schema1=mess age&LS_data_adapter1=TICKSJMSADAPTER&LS_snapshot1= true&LS_unique=1 from 192.168.2.105:46247
31.Aug.09 13:31:05,342 < INFO> Controlling session: S69b304075d4a99d8T3105288 from 192.168.2.105:46247
31.Aug.09 13:31:05,342 < INFO> Subscribing to item54
31.Aug.09 13:31:05,342 < INFO> (Subscribing) Valid item: item54
31.Aug.09 13:31:05,342 < INFO> ------------------>Write LOCK 1
31.Aug.09 13:31:05,342 < INFO> ------------------>Write UNLOCK 1
31.Aug.09 13:31:05,342 < INFO> (Subscribing) Inserted in subscribed items list: item54 (17)
31.Aug.09 13:31:05,342 < INFO> Dispatch thread started
31.Aug.09 13:31:05,343 < INFO> ------------------>Read LOCK 8
31.Aug.09 13:31:05,344 < INFO> Message dispatched to JMS: subscribeitem54_17
31.Aug.09 13:31:05,344 < INFO> ------------------>Read UNLOCK 8
31.Aug.09 13:31:05,344 < INFO> Dispatch thread ends
31.Aug.09 13:31:05,352 < INFO> Serving request: /lightstreamer/STREAMING_IN_PROGRESS?LS_session=S69b304075d4a99d8 T3105288&LS_phase=2003&LS_domain=sofiamn& from 192.168.2.105:46247
31.Aug.09 13:31:05,352 < INFO> Attaching session: S69b304075d4a99d8T3105288 from 192.168.2.105:46247
31.Aug.09 13:31:05,458 < INFO> Received message
31.Aug.09 13:31:05,458 < INFO> ------------------>Write LOCK 6
Notice that jms message for subscription request is send to the queue.

So, lightstreamer server code receive subscription request for item54 and
in jboss (i start the modified generator as a thread):
13:05:30,349 INFO [SLGenerator] Message received: processing...
13:05:30,350 INFO [SLGenerator] Message:TextMessage received: subscribeitem54_16
13:05:30,350 INFO [SLGenerator] Recived message: subscribeitem54_16
13:05:30,350 INFO [SLGenerator] Subscribing item54 (16)
13:05:30,350 INFO [SLGenerator] (Subscribing) Valid item: item54 (16)
13:05:30,350 INFO [SLGenerator] Subscribed item54 (16)
So the item54 is subscribed and the feeder begin to send messages for this item54.

After that i open another browser tab and open another web page. Here is the log from lightstreamer server:
31.Aug.09 13:24:17,138 < INFO> Received heartbeat: 823
31.Aug.09 13:24:17,138 < INFO> ------------------>Write UNLOCK 6
31.Aug.09 13:24:17,306 < INFO> Serving request: /lightstreamer/create_session.js?LS_phase=6402&LS_domain=sofiamn& LS_polling=true&LS_polling_millis=0&LS_idle_millis =30000&LS_client_version=4.3&LS_adapter=CLAIRE& from 192.168.2.105:35855
31.Aug.09 13:24:17,307 < INFO> Starting new session: Sd12ee7286cd0e53bT2417306 from 192.168.2.105:35855
31.Aug.09 13:24:17,424 < INFO> Serving request: /lightstreamer/control.html?LS_session=Sd12ee7286cd0e53bT2417306& LS_window=1&LS_win_phase=4&LS_op=add&LS_req_phase= 75&LS_mode1=DISTINCT&LS_id1=item2&LS_schema1=messa ge&LS_data_adapter1=MANUALBETSJMSADAPTER&LS_snapsh ot1=true&LS_unique=1 from 192.168.2.105:35855
31.Aug.09 13:24:17,424 < INFO> Controlling session: Sd12ee7286cd0e53bT2417306 from 192.168.2.105:35855
31.Aug.09 13:24:17,424 < INFO> Subscribing to item2
31.Aug.09 13:24:17,424 < INFO> (Subscribing) Valid item: item2
31.Aug.09 13:24:17,425 < INFO> ------------------>Write LOCK 1
31.Aug.09 13:24:17,425 < WARN> Unexpected snapshot event for DISTINCT item item2
31.Aug.09 13:24:17,425 < INFO> Inactive flag dispatched: item2 (6)
31.Aug.09 13:24:17,425 < INFO> ------------------>Write UNLOCK 1
31.Aug.09 13:24:17,425 < INFO> (Subscribing) Inserted in subscribed items list: item2 (6)
31.Aug.09 13:24:17,434 < INFO> Serving request: /lightstreamer/STREAMING_IN_PROGRESS?LS_session=Sd12ee7286cd0e53b T2417306&LS_phase=6403&LS_domain=sofiamn& from 192.168.2.105:35855
31.Aug.09 13:24:17,435 < INFO> Attaching session: Sd12ee7286cd0e53bT2417306 from 192.168.2.105:35855
31.Aug.09 13:24:17,482 < INFO> ------------------>Write LOCK 7
31.Aug.09 13:24:17,482 < INFO> ------------------>Write UNLOCK 7
31.Aug.09 13:24:18,024 < INFO> Received message
31.Aug.09 13:24:18,025 < INFO> ------------------>Write LOCK 6

No log in the jboss for the new item2. So i assume that for some reason the adapter does not send subscription request for the item2.

NOTE1: if i only open the second page in order to subscribe to item2 only it is working but for item54 it is not i.e. it is working only for the first item subscription request.
NOTE2: The web pages are in different war files deployed on the same jboss server and one apache is used.
NOTE3: Subscribing for items from one adapter is working.
PS: The log time is not correct (i added the first log after the second)
Regards.