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 | Creating the Administered Objects
 
Creating the Administered Objects
The following commands create server and requestor Broker groups, and the topic and queue objects for which JNDI bindings were previously established.
create group myServerGroup
create group myRequestorGroup
create topic for customerSample
create queue for myAdminQueue using myServerFactory
For more information, see Create Group, Create Queue, and Create Topic.