Jump to: navigation, search

ActiveMQ—JMS Capture Point Queues

This page provides an example of how to set up queues for the JMS Capture Point using the ActiveMQ provider.

Setting up queues for the JMS Capture Point using the ActiveMQ provider

  1. Configure Apache ActiveMQ, as described on the Apache website.
  2. Create a jndi.properties file with the following content:
    connectionFactoryNames = ConnectionFactory
    queue.inbound = inx.inbound
    queue.error = inx.error
    queue.processed = inx.processed
    queue.notification = inx.notification
    Use the ZIP Utility to pack the jndi.properties file in the amq-jndi.jar file.
This page was last edited on August 12, 2020, at 09:54.
Comments or questions about this documentation? Contact us for support!