Problem using Topic
Hi,
I'm making two servelets to test the JMS.
The firts (S1) send messages to a second (S2) Servelet.
I used two Topics (jms/CeosONE and jms/CeosTWO).
The second servelet (S2) only make subscription to the topic jms/CeosONE.
When I send a message to the topic jms/CeosTWO, the servelet S2 received the message.
I check the documentation but I not found a description to this problem
Thanks.

