JMS using JNDI

All,

I have a fundamental question. Say for example I have given the JNDI binding information to a external application who will read and write from the message server. Would the application able to create the queues (new) on our message server wiht our knowledge. If yes how can we stop them doing that.

Thanks

RK

[339 byte] By [ICANa] at [2007-11-27 10:59:38]
# 1

SUN Message Queue broker has the autocreate feature. You can disable it. If you do it then you have to create queue/topics your self.

Tom

one9966a at 2007-7-29 12:24:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

If they only have a JNDI interface, then they should not be able to create destinations in your JMS server. Via JNDI the clients can only to see the destinations that the JMS server has added to the JNDI tree.

axlerunnera at 2007-7-29 12:24:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...