If you are creating a custom individual event that uses a Local DMS topic as its destination, the final piece of required DMS configuration is to inform the Local DMS system of our new topic name. This is done by adding a <topic-name> element as follows to the dynamoMessagingSystem.xml file:

<local-jms>
  <jndi-prefix>
    /local
  </jndi-prefix>
  <topic-name>
    /test/Link
  </topic-name>
</local-jms>