Sending a private message on a public Queue

Hi,I would like to know if it is possible to send a message on a public Queue, after explicitly indicating who is able to extract it, so that any other client (malicious or not) would not be able to read it.Thank's
[236 byte] By [peaceinpala] at [2007-11-27 7:44:52]
# 1

JMS does not address security other than providing basic username/password parameters on the ConnectionFactory interface. You would need to consult your JMS vendor's specific security capabilities. Most vendors do support secure destinations using user/name password, LDAP integration for credentials and encrypted mesaging using SSL.

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