Use this page to add or edit security policies for this Store-and-Forward queue or topic.
When you define a security policy for an individual destination on a JMS server, you can protect all operations on the destination, or protect one of the following operations:
send
—Required to send a message to a queue or a topic.
This includes calls to the MessageProducer.send(), QueueSender.send(),
and TopicPublisher.publish() methods, as well as the Messaging
Bridge.receive
—Required to create a consumer on a queue or a
topic. This includes calls to the Session.createConsumer(),
Session.createDurableSubscriber(), QueueSession.createReceiver(),
TopicSession.createSubscriber(), TopicSession.createDurableSubscriber(),
Connection.createConnectionConsumer(),
Connection.createDurableConnectionConsumer(),
QueueConnection.createConnectionConsumer(),
TopicConnection.createConnectionConsumer(), and
TopicConnection.createDurableConnectionConsumer() methods, as well as
the Messaging Bridge and message-driven beans.browse
—Required to view the messages on a queue using
the QueueBrowser interface.
![]() ![]() |