Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Server Installation
  6. Hub Server Post-Installation Tasks
  7. Process Server Installation
  8. Process Server Post-Installation Tasks
  9. ActiveVOS Post-Installation Tasks for the Application Server
  10. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  11. Customize ActiveVOS
  12. Resource Kit Installation
  13. Resource Kit Post-Installation Tasks
  14. Troubleshooting the MDM Hub
  15. Uninstallation

Installation Guide for IBM Db2 with Red Hat JBoss

Installation Guide for IBM Db2 with Red Hat JBoss

Step 3. Create a JMS Message Queue for Search

Step 3. Create a JMS Message Queue for Search

The search feature requires a JMS queue to enable full-text search within
Data Director
. You can add the queue for search from the JBoss Management console or by editing the
standalone-full.xml
file. If you edit the file, you can verify that the connection pool and the JMS queue for SIF requests appear in the file.
  1. Navigate to the following directory:
    <
    JBoss installation directory
    >/standalone/configuration
  2. Open the following file in a text editor:
    standalone-full.xml
  3. Search for
    queue/siperian.sif.jms.queue
    .
    The following code sample show the configuration of the connection pool
    siperian.mrm.jms.xaconnectionfactory
    and the JMS queue
    queue/siperian.sif.jms.queue
    :
    <jms-connection-factories> ... <pooled-connection-factory name="siperian.mrm.jms.xaconnectionfactory"> <transaction mode="xa"/> <connectors> <connector-ref connector-name="in-vm"/> </connectors> <entries> <entry name="java:/siperian.mrm.jms.xaconnectionfactory"/> </entries> </pooled-connection-factory> </jms-connection-factories> <jms-destinations> ... <jms-queue name="queue/siperian.sif.jms.queue"> <entry name="queue/siperian.sif.jms.queue"/> <entry name="jboss/exported/queue/siperian.sif.jms.queue"/> </jms-queue> ... </jms-destinations>
  4. After the tag
    </jms-queue>
    , insert the following code to create the JMS queue for search.
    <jms-queue name="queue/informatica.mdm.sss.jms.queue"> <entry name="queue/informatica.mdm.sss.jms.queue"/> <entry name="jboss/exported/queue/informatica.mdm.sss.jms.queue"/> </jms-queue>
  5. Save the file.

0 COMMENTS

We’d like to hear from you!