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.

[440 byte] By [Cesar.Garciaa] at [2007-10-1 14:00:56]
# 1
if jms/CeosOne and jms/CeosTwoare both in JNDI, they probably point to the same physical topic.
cptnimoa at 2007-7-10 17:18:34 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
100% CorrectI not set the physical destination. For reference. In the Administration Guide (819-0076) Pag. 82 we can find the information.Thanks a lot.
Cesar.Garciaa at 2007-7-10 17:18:34 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...