Installation guide

TIBCO ActiveMatrix BPM Installation and Configuration
|
207
Appendix C TIBCO Enterprise Message Service Server
Configuration Required for Non-Admin
Users
This section describes the configuration changes that are required if your TIBCO
ActiveMatrix BPM infrastructure connects to its TIBCO Enterprise Message
Service servers with users that do not have administrator privileges. It presents
the most restrictive permissions necessary.
1. Set permissions for the Administrator servers.
In the following commands, replace
username and password with the username
and password values appropriate for each bus.
•Messaging Bus
delete queue >
delete topic >
create user username "Description of the user" password=password
create queue AMX_SV.>
grant queue AMX_SV.> user=username create, delete, modify, send,
receive
Notification Bus, propagates status messages between Administrator, hosts,
and nodes
delete queue >
delete topic >
create user username "Description of the user" password=password
create topic EMSGMS.>
grant topic EMSGMS.> user username create, modify, subscribe,
publish
grant topic $sys.monitor.connection.* user=<username> subscribe
grant admin user=username view-connection
Management Bus, which handles the internal Administrator queues, currently
grouped with the Notification Bus
delete queue >
delete topic >
create user username "Description of the user" password=password
create queue com.tibco.amf.admin.deploymentServerQueue.>
grant queue com.tibco.amf.admin.deploymentServerQueue.>
user=username create, delete, send, receive
Common Logging and Payload Bus
delete queue >