WebSphereMQ-JMS CP App
This page provides an example to configuring a JMS Capture Point Application object when using WebSphere MQ. This is a specific example of the more general configuration procedure titled "Configure Integrated CP."
Configuring the JMS Capture Point application in Configuration Manager (WebSphere MQ example)
Start
- On the Options tab create a section called settings. In this section add the following options:
- capture-point-type=jms
- inbound-queue-name=inbound (the same as the corresponding Destination name)
- error-queue-name=jms-error
- processed-queue-name=jms-processed
- notification-queue-name=jms-notifications
- xsl-inbound-transform-path=./iwd_scripts/iWD2IxnServerTransformer.groovy (points to the default iWD Compatibility scripts)
- xsl-outbound-transform-path=./iwd_scripts/IxnServer2iWDTransformer.groovy
- jms-connection-factory-lookup-name=my_ConnFactory (the name of the connection factory that you created in WebSphere MQ)
- jms-initial-context-factory=com.sun.jndi.fscontext.RefFSContextFactory
- jms-provider-url=file:///home/InteractionServer (the path points to the folder where the .bindings file—in UNIX file format—is stored on the Interaction Server host)
- On the Connections tab, add the Interaction Server which will use this JMS Message queue.
End Next Steps
- Configure the Interaction Server options to load JVM and the necessary libraries.
This page was last edited on February 14, 2022, at 08:51.
Comments or questions about this documentation? Contact us for support!