Configuring the Security Policy for the WebLogic Message Queue
You can configure the WebLogic security policy to allow only specific users, roles, or groups to access the queue. The following is an example a security policy configured for one user. If you need more information, refer to the WebLogic documentation.
To configure the WebLogic message queue security policy for one user:
- Launch the WebLogic Remote Console.
- Create a new user.
- In the NavStrip, click Security Data Tree.
- In the Navigation Tree, expand Realms, expand myrealm, expand Authentication Providers, expand DefaultAuthenticator, then click Users.
- In the Content Pane, click New.
- In the Name field, enter a name for the user.
- In the Description field, enter a short meaningful description for the user.
- In the Password field, enter a strong password for the user.
- Click Create.
- Adjust your JMS Server's security policy to assign the new user.
- In the NavStrip, click Security Data Tree.
- In the Navigation Tree, expand Realms, expand myrealm, expand Authorizers, expand XACMLAuthorizer, then expand JMS Modules.
- Select the JMS module you previously created, expand Queues, then select the queue you previously created for your JMS module.
- In the Content Pane, click the Policy tab.
- Click Add Condition.
- On the Predecate List, select User.
- In the User Argument Name field, enter the name of the user you previously created, then click OK.
- Click Save.
- Configure Eventing Settings in P6.
- Log in to P6 as an administrator.
- Click Administration.
- On the Administration navigation bar, click Application Settings.
- On the Application Settings page, click Eventing.
- Enter information in the required fields. For more information about information that is required for each field, refer to Configuring Eventing in P6.
- Change and test the Directory Services user name and password. See Configuring and Testing the WebLogic Message Queue Security.
Related Topics
Configuring and Testing the WebLogic Message Queue Security
Last Published Wednesday, February 25, 2026