Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | JMSAdmin Command Reference | JMSAdmin Command Descriptions | Create Topic
 
Create Topic
Creates the supporting Broker document types for topics.
Syntax
create { topic | topics } ( topic-name )+
create { topic | topics } for { ( lookup-name )+ | * }
Remarks
You must establish a connection to the Broker before using this command.
The first form creates the document type using the topic-name that is specified; it should be a document type name and can include document type scopes.
The second form creates the document types for the topic bound to JNDI by lookup-name. If you specify an asterisk (*) for lookup-name, all topics in the current context have their corresponding document types created.
Examples
The following command sequence connects to the Broker and creates the topics Acme::JMS::Topics::OrderReceivedandAcme::JMS::Topics::OrderInquiry:
> connect broker "Test JMS Broker" server testserver
> create topic Acme::JMS::Topics::OrderReceived::Topics::T2
> create topic Acme::JMS::Topics::OrderInquiry
Related Commands
Bind Topic
Delete Topic
Modify Topic