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. Resource Kit Installation
  12. Resource Kit Post-Installation Tasks
  13. Troubleshooting the MDM Hub
  14. 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 Smart Search

Step 3. Create a JMS Message Queue for Smart Search

The smart search feature requires a JMS queue to enable full-text search within
Data Director
. You can add the queue for smart 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 smart 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!