Creating queues in JMS providers

If you choose to use a JMS provider as the communications protocol for CDC Replication, you will need to define the queues to be used by CDC Replication before you attempt to configure an instance.

The queues will need to be named in the format CDC_<port>, where <port> is the five digit TCP listening port number of the instance. You can left-pad the number with zeroes if necessary to ensure five digits (example, CDC_00123).

Each CDC Replication instance will require its own queue. Instances cannot share a queue.

When you create the queue, you must ensure that they are defined to hold messages of the type BytesMessage.