Part | Description |
lookup-name | Required. The name used to look up this topic in the JNDI directory. |
topicName | Required. The name of the topic (destination) through which publishers and subscribers will exchange messages. The name must meet the following criteria: The first character cannot be a pound sign (#). The name cannot contain the at sign (@), forward slash ( /), or colon (:). However, topic names can contain colons when using event type scopes (for example, MyTopics::Topic1 is allowed; MyTopics:Topic1 is not). Each name segment cannot exceed 255 bytes. |
deadLetterOnly | Optional.If you set this option to true, only dead letter subscriptions will be received. The default value is false. |
localOnly | Optional. If you set this option to true, only messages originating (published) from the local machine will be received. The default value is false. |
priorityOrdering | Optional.Whether or not the subscribers' queues order messages by priority. The default value is true. |
eventType | Optional. If you specify an event-type-name, the supplied name will be used for the document name on the Broker. The name must meet the following criteria: The first character cannot be a pound sign (#). The name cannot contain the at sign (@), forward slash ( /), or colon (:). Each name segment cannot exceed 255 bytes. The event-type-name can be the same as the lookup-name and the topicName; the default eventType is the same as the topicName. |
sharedState | Optional. Whether to allow multiple connections to share the same Broker client for the subscription. The default value is false. If sharedState is set to true, webMethods Broker used as a JMS provider creates Broker clients as shared state clients for the connection. |
sharedStateOrdering | Optional. The ordering of documents received on a shared state client. The default value is none. To receive documents in order from a publisher, set to publisher. To receive documents in any order, set to none. |