Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Coding Messaging Client Applications | JMS Request-Reply Application with a Message Selector | Administrative Setup Commands | Assigning Group Permissions
 
Assigning Group Permissions
The following JMSAdmin commands assign Broker permissions for:
*The server application to send reply messages to a JMS temporary queue.
permit group myServerGroup to send JMS::Temporary::Queue
*The requestor application to receive reply messages from the JMS temporary queue.
permit group myRequestorGroup to receive queue JMS::Temporary::Queue
*The server application to subscribe to the customer request topic published by the requestor application.
permit group myServerGroup to subscribe JMSSamples::requestMessage
*The requestor application to publish the customer request topic.
permit group myRequestorGroup to publish JMSSamples::requestMessage
For more information, see Permit.