NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)

Reliable Messaging Bridge
NonStop Server for Java Message Service User’s Manual522356-006
5-6
Using the Configuration Tool
Add a Destination
The add dest command defines a destination and generates the
destinations.properties file.
Add Destination Command Prompts
The add dest command steps through these command prompts. At each prompt,
enter the appropriate value or press Enter to proceed to the next prompt. If a value
appears in brackets ([ ]) at a prompt, for example, Store queue0 [N]: pressing
Enter without entering a new value will select the value in the brackets.
Example
An example of using the configuration tool to add a destination named queue0 is
shown below. Bold text indicates user input.
Prompt Usage
Destination Name: Required. Enter a unique destination name. The first
character must be a letter and the remaining characters are
restricted to a letter, a digit, or a hyphen.
Destination Type: Required. Enter “Queue” or “Topic”.
JNDI Initial Context
Factory:
Required. Enter the JNDI provider class name.
JNDI Provider URL: Required. Enter the JNDI store location.
JNDI Connection
Factory Name:
Required. Enter the JNDI name as it exists in the JNDI store.
JNDI Destination
Name:
Required. Enter the JNDI name as it exists in the JNDI store.
Store
Destination_Name:
Enter y to save the destination.
NSJMS Messaging Bridge Configuration Tool
Copyright 2003 Hewlett Packard Development Company, L.P.
command: add dest
Destination Name: queue0
Destination Type: queue
JNDI Initial Context Factory:
com.sun.jndi.fscontext.RefFSContextFactory
JNDI Provider Url:
file:////usr/tandem/nsjms/T1251V30_30SEP2003_V30/jndi_object_store
JNDI Connection Factory Name: QueueConnectionFactory
JNDI Destination Name: queue0
Store queue0 [N]: y
Destination added