Show TOC Start of Content Area

This graphic is explained in the accompanying text Managing Topics and Queues  Locate the document in its SAP Library structure

Procedure

Open the JMS Provider service and choose the Runtime tab. If you want to manage:

·        Topics – choose the Topics pane.

·        Queues – choose the Queues pane.

If You Want To

Then

Create a new topic or queue

...

Caution

The name cannot be more than 100 characters. Also the following names are forbidden:

·        browsers

·        connections

·        sessions

·        destinations

·        consumers

·        producers

 

...

       1.      Choose an instance from the left-hand side JMS Server Instance and choose Create from the right-hand side pane.

       2.      Specify the name of the topic and choose OK.

Remove a topic or queue

...

       1.      Select an instance from JMS Server Instances.

       2.      Select the destination and choose Remove.

View the lookup name for topic or queue

 

When a destination (queue or topic) is selected, the lookup name displays the actual lookup name for this destination.

Example

For example a TestQueue destination on the server instance default will have the lookup name jmsqueues/default/TestQueue.

 

Note

When you create a new destination or remove an existing one, a resource instance is created in (or removed from) the Security Provider service. You can view this resource in the Security Provider service under the Runtime Policy Configurations tab in the Components list under the name service.jms.<instance_name>.authorization. This resource is required to grant users rights over the destination. A new resource entry for the instance is added or removed each time an instance is added to or removed from the JMS Provider.

 

 

End of Content Area