Specifying the Type of Event Queue
To specify whether the event queue is persistent or nonpersistent:
- Create a folder for the VTA on a host.
- mkdir vta
- Copy the EAR file for the VTA from the archive file to the folder that you created in Step 1.
- From the EAR file, extract the file vtacore.jar into the folder you created.
- cd vta
- jar xvf quotavta.ear vtacore.jar
- From the file vtacore.jar, extract
the file META-INF/ejb-jar.xml.
- jar xvf vtacore.jar META-INF/ejb-jar.xml
- In the folder that you created in Step 1, edit the META-INF/ejb-jar.xml file.
See Event Queue Property for information about the property that specifies the type of event queue.
- Replace the file META-INF/ejb-jar.xml in the file vtacore.jar.
- jar uvf vtacore.jar META-INF/ejb-jar.xml
- Replace the file vtacore.jar in the
EAR file.
- jar uvf quotavta.ear vtacore.jar
Event Queue Property
This topic describes the event queue property.
PersistentQueue
- Type of queue—persistent or nonpersistent.
- Value—true or false
- Default—false
