Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | JMSAdmin Command Reference | JMSAdmin Command Descriptions | Create Group
 
Create Group
Creates client groups on the Broker.
Syntax
create { group | groups } ( client-group-name )+
Remarks
A client group controls access to topics and queues.
When a client group is created that has no permissions for any topic or queue, the permissions must be added with the permit command.
Note that you must create a client group explicitly using the create group command (that is, you cannot create a client group implicitly using a bind command).
The default client-group-name is JMSClient.
Related Commands
Delete Group
Deny
Permit