Example 2

For the PUT > Target setting in an output card, select JMS. In the PUT > Target > Command field, enter:


-CID 12345 -ICTXFURL file://C:/jdkmqs/STORE -ICTXF 
com.sun.jndi.fscontext.RefFSContextFactory -CFN 
"cn=myQueueCF1" -QN "cn=myQ1"

This command sets the correlation ID value to 12345. In addition, it specifies the following:

  • the initial context factory URL as file-based object STORE
  • the initial context factory as com.sun.jndi.fscontext.RefFSContextFactory
  • the connection factory JNDI lookup name as myQueueCF1
  • sets the JNDI queue lookup name as myQ1